Y
Hacker News
new
|
ask
|
show
|
jobs
by
jacquesm
5863 days ago
Size your server properly and know the memory requirements of your application. That way you can guarantee that you will never hit swap.
1 comments
spudlyo
5862 days ago
That's a lot easier said than done. Unless you use ulimit to strictly enforce process memory limits (tricky) it's nearly impossible to know the how much memory a large complicated program (like MySQL) will allocate.
link