Fedora 18 killed all my processes when using 'make -j'
I was just compiling via make -j and X windows closed and put me back to the login prompt. I logged on as root and noticed that every single one of my user's processes were gone (including my virtual machines). Looks like they were all killed with -9, as object files that were in the middle of being written were corrupted. I logged back in, and started my build again (after cleaning up bad object files), and I started seeing making having problems forking, and X was basically frozen to input, with the mouse and screen only updating occasionally.
Never had any of these problems with F17, same hardware.
Anyone experiencing these kinds of issues with F18?
UPDATE:
Turns out I had done "make -j" as someone had suggested, which I'd never done before. They had indicated that it would use up to make # of processors. But, man page says without argument, -j means no limit. Thus my crash.