On Mon, Aug 27, 2012 at 9:41 PM, Edward Ned Harvey (lopser)
<lop...@nedharvey.com> wrote:
>
> OMG, holy crap.  I don't care how big your processes are, or how much memory 
> you have in your system, you should never be swapping active memory.  You can 
> always solve this problem by either adding more memory, or using a memory 
> mapped file in your process.

Never is such a harsh word.  I used to work at an x86 CPU
manufacturer.  We had large memory requirements on x86.  There was a
time when you couldn't fill an x86 system with more than 128GB of
memory.  In those times, we occasionally had to use swap as additional
memory for processes that grew larger than 128GB.  Yes, it was slow.
Yes, it sucked.  Yes, we still did it.  And sometimes, we even stuck
swap on a 32GB RamSAN just to make the performance suck a little less.

The point is not all use-cases can be simply solved by physically
adding more RAM to a system or by mmaping.  Sometimes there are
physical limitations that prevent you from waving the magic wand.

Sometimes, you just make do.

Travis


-- 
Travis Campbell
tra...@ghostar.org
_______________________________________________
Tech mailing list
Tech@lists.lopsa.org
https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech
This list provided by the League of Professional System Administrators
 http://lopsa.org/

Reply via email to