Search found 4 matches

by Wade Watts
Wed Nov 23, 2011 1:20 pm
Forum: General Help and Development Discussion
Topic: MySQL 5.5.17 and memory issue
Replies: 11
Views: 16189

Re: MySQL 5.5.17 and memory issue

I don't get why you have so many mysql instances running, even with 5.0. All our VPSes (Virtuozzo/OpenVZ) have just one (when viewed with normal "top", at least) If this is rerally happening and it isn't just the way it is being displayed in your screen grab, then this is likely to be the...
by Wade Watts
Tue Nov 22, 2011 8:37 pm
Forum: General Help and Development Discussion
Topic: MySQL 5.5.17 and memory issue
Replies: 11
Views: 16189

Re: MySQL 5.5.17 and memory issue

Thank you again for your answers. For mikeshinn: Yes i only have 512MBytes of RAM and no, i cannot use the Swap. OpenVZ just forbids it. If i try to create and "mount" a swap file i get a permission denied. I read that this is normal on OpenVZ and there is nothing i can do about it. For sc...
by Wade Watts
Tue Nov 22, 2011 1:40 pm
Forum: General Help and Development Discussion
Topic: MySQL 5.5.17 and memory issue
Replies: 11
Views: 16189

Re: MySQL 5.5.17 and memory issue

Hello, thank you for your answers. For scott: This is my "my.cnf": cat /etc/my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql # Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 # To allow mysqld to connect to a MyS...
by Wade Watts
Tue Nov 22, 2011 10:25 am
Forum: General Help and Development Discussion
Topic: MySQL 5.5.17 and memory issue
Replies: 11
Views: 16189

MySQL 5.5.17 and memory issue

Hello, i have a CentOS 5.7 (Final) virtual machine (OpenVZ). I followed the instructions here https://www.atomicorp.com/wiki/index.php/PHP to upgrade php and mysql but now i am experiencing a bad problem. My Virtual Machine is limited to 512MB of RAM (no swap is possible) and MySQL is pretty much ea...