I did what Im supposed to do, searched and searched and found this>>
You could try skip-innoDB in mysql:
Code:
cd /etc/mysql
sudo nano my.cnf
uncomment "skip-innodb".
Restart mysql or your machine and see what happens.
-------------------------------------------------------------------
This solved my crashing pc which was running out of memory / swap and crashing all the time.. this has helped but for the sake of clarity can someone give me an answer to what "I have done?" what is "skip-innodb"
TrOjAn