Messages in this thread |  | | Subject | Re: [patch] vmfixes-2.4.0-test9-B2 - fixing deadlocks | From | Christoph Rohland <> | Date | 27 Sep 2000 11:24:46 +0200 |
| |
Ingo Molnar <mingo@elte.hu> writes:
> On 27 Sep 2000, Christoph Rohland wrote: > > > Nobody should rely on shm swapping for productive use. But you have > > changing/increasing loads on application servers and out of a sudden > > you run oom. In this case the system should behave and it is _very_ > > good to have a smooth behaviour. > > it might make sense even in production use. If there is some calculation > that has to be done only once per month, then sure the customer can decide > to wait for it a few hours until it swaps itself ready, instead of buying > gigs of RAM just to execute this single operation faster. Uncooperative > OOM in such cases is a show-stopper. Or are you saying the same thing? :-)
That's what I meant with the coffee break. In a big installation somebody is always drinking coffee :-)
You also have often different loads during daytime and nighttime. Swapping buffers out to swap disk instead of rereading from the database makes a lot of sense for this. But a single job should never swap. (It works for two month and then next month you get the big escalation and you would love to have hotplug memory)
So swapping happens in productive use. But nobody should rely on that too much.
And I completely agree that uncooperative OOM is not acceptable.
Greetings Christoph - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |