Zein: Making the most out of a 64MB VPS — how Ahmed tuned his 64MB Xen VPS from VPS Village to run Lighttpd, PHP/FastCGI and MySQL. He was also trying to get a Ruby on Rails app running but OOM seems inevitable. Great article on getting PHP applications like WordPress running on a minimal VPS.
I am taking a similar approach tuning my 64MB VPS from Virtual-Dedicated.net, except:
- PHP 5.2 does not need a parent monitoring process if
PHP_FCGI_CHILDREN => 0
. Therefore I am running 2x PHP/FastCGI processes withmaxprocs => 2
andPHP_FCGI_CHILDREN => 0
. - I haven’t bothered to run any query cache on MySQL. Or maybe I should :)
- SSHD is replaced with Dropbear running off Xinetd, which saves me 1MB idle, and 1MB for every SSH connection.
- 5 Reasons Why You Want a Low End Box - May 26, 2021
- Dead Pool January 2012 - February 2, 2012
- exit(0); - January 19, 2012
I have one VPS from Datarealm bought yesterday, 1 Mbit connection is slow when yum upgrade, VPS setups approx 1 hours, i have asked about adding more RAM, tech support? they seems don’t care about my ticket…