schof wrote:
1) Does this statement apply to a Linode 128 as well as the 64?
The capacity of a poorly tuned system applies to any size machine, regardless if its a Linode or a real box. But, you do have twice the potential to work with on a Linode 128 over the L64.
schof wrote:
2) How much stuff can we run on our Linode and get good performance? I'm running mysql, apache, sendmail, and named.
You could be running 1000 processes and still be fine, it's so hard to say. I believe even a generally tuned system running in a Linode 64 has very large capacity.
schof wrote:
3) What defaults should we change? Will you publish a guide to getting good performance from a Linode?
I only know of a few tricks atm (apache threads, and mysql buffer values), but we can start a tuning thread, or perhaps a forum.
schof wrote:
4) Alternatively, will you start providing disk images with defaults set correctly?
I probably won't change the defaults unless this becomes more of a wide-spread problem. My comment earlier should have read "...running all that stuff on very busy sites with the defaults is bad...", but it was rather late

schof wrote:
5) Are the configuration changes and performance problems you're talking about related to processor speed, memory allocation, or both?
The changes affect mostly the amount of total memory + swap consumed by applications, either by reducing the amount of RAM they apps acquire, or by reducing/putting limits on the number of conncurrent running threads.
-Chris