Re: [smartos-discuss] Problems with low memory (lx zones)

2017-06-24 Thread Jason King
I don’t know if this helps or not, but a better way to think of it is that for every page of memory, the OS wants to make sure there’s somewhere it can go on disk.  For application code, this is easy — it can just re-read the code from the binary (assuming it hasn’t changed) if necessary.  For

RE: [smartos-discuss] Problems with low memory (lx zones)

2017-06-22 Thread the outsider
-discuss@lists.smartos.org/msg02992.html Van: Jerry Jelinek [mailto:jerry.jeli...@joyent.com] Verzonden: donderdag 22 juni 2017 14:54 Aan: smartos-discuss@lists.smartos.org Onderwerp: Re: [smartos-discuss] Problems with low memory (lx zones) There seem to be several things here

Re: [smartos-discuss] Problems with low memory (lx zones)

2017-06-22 Thread Jerry Jelinek
There seem to be several things here that you've mentioned. 1) In your zone you are trying to use a lot more physical memory than the limit you have set for the zone. The overall thrashing behavior you have described sounds like what would be expected in this case. 2) The process eventually