Re: General Question...

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 30 Mar 1998 03:02:00 +0100 (BST)


> > It should start killing processes as they allocate stuff. That can have
> > bad effects if it happens to pick X11 [yes back to that topic again its
> > another reason for a little kernel side mode switching]
> Yes... but this is ONE big process (netscape) just continually gobbling
> memory without giving it back.

The kernel kills whoever happens to ask for that one page too many. Its
normally the app in question but it might be anyone.

> Had the same problems with 2.0.33... that's the whole reason I tried a

2.0.x will do this if you have less swap than main memory. 2.1.x shouldnt
be doing it at all.

> Also, is there a way to get the Magic SysRq key to work in X?

Not without the kernel knowing a little about graphics mode - and even
then its tricky. About all you could easily do here would be to wire
the magic sysreq to break on a serial console

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu