It seems that something has broken the good ol' swap behavior. For instance, I have my user-limits set to unlimited and I run something which uses up all RAM. Mallocing never FAILS in the program, as brk() doesn't fail, as etc etc etc. But mallocing continues, all swap space gets used, and both the runaway process and the next biggest gets killed (XF86, of course). Matt, perhaps you can shed light on a. why mallocs still succeed after swap_pager: out of swap space swap_pager_getswapspace: failed is displayed b. why the process continues and gets killed TWICE, or two different processes get killed ?
Brian Feldman _ __ ___ ____ ___ ___ ___ gr...@unixhelp.org _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve! _ __ | _ \__ \ |) | http://www.freebsd.org _ |___/___/___/ To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message