RAM requirements for XF 2.18 - MySQL problems

Thank you all for your help. Since my "experiments" did not bring significant improvement, I changed the server. I have now:

Intel® Xeon® E3-1246v3
4 Cores 3,5GHz
Hyper-Threading
16 GB RAM
500 GB SSD

It is now significant faster. I hope that the MySQL problems are gone now...
 
BtW...

Disable Hyperthreading in Linux(Debian/Ubuntu)
Code:
echo off > /sys/devices/system/cpu/smt/control
Back on...
Code:
echo on > /sys/devices/system/cpu/smt/control

Its true, a sytem without Hyperthreading is better/faster.
 
Top Bottom