Low End Box

Hosting Websites on Bare Minimum VPS/Dedicated Servers

Reduce Stack Limit for Multi-Thread Apps

Tuning — December 5, 2009 @ 12:32 pm

Just a small tips for those trying to run multiple threaded applications on OpenVZ.
Personally I code quite a few multi-threaded applications in Python (as some things are just too hard to do asynchronisely). Very often a 6MB RSS application would eat up close to 100MB of VSZ. As one of the most important metrics on [...]

Bootstraping Low End VPS with Pre-built Scripts

Tuning — Tags: — September 16, 2009 @ 1:52 am

It was fun setting up your very own server. I remembered the time when I received the root password to my very first virtual server back in March 2006 ($22/month for a merely 192MB of memory), it took me hours setting it up to exactly the way I wanted. At the end of the day [...]

Yes, You Can Run 18 Static Sites on a 64MB Link-1 VPS

Tuning — Tags: — March 18, 2009 @ 1:36 am

One thing I hated about WebHostingTalk is how much bad advice the so-called “professionals” are giving out to the world. Some poor college student asked in the VPS forums whether he is able to run 18 static HTML sites on VPSLink.com Link-1 plan (64MB RAM, 2.5GB storage & 100GB/month data), and the typical responses are:

“I [...]

Stick to 32 Bit For Your Low End Box

Tuning — May 7, 2008 @ 6:20 am

When you go and find a cheap low end Linux virtual server, the criteria usually involve price (very important!), location (for low latency SSH access), virtualization (Xen vs. OpenVZ?), etc. However the “bit-ness” is rarely looked at. Most current Intel and AMD processors can run 64bit instruction sets, and many virtual server vendors are also [...]

Reducing MySQL Memory Usage for Low End Boxes

Software, Tuning — Tags: — April 15, 2008 @ 1:46 am

MySQL is pretty much the de facto database engine for most open source scripts, and it is almost-always installed on hosted servers. However the default MySQL installation on Debian/Ubuntu takes around 25MB RSS on a cold-start. Well, not too bad I guess, unless you are running a tight ship with only 64MB of total memory. [...]

Tuning for 64MB Virtual Private Server

Tuning — Tags: — February 12, 2008 @ 11:38 pm

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 [...]