https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230402

Rodney W. Grimes <rgri...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rgri...@freebsd.org

--- Comment #6 from Rodney W. Grimes <rgri...@freebsd.org> ---
I would suggest that make with -j3 on a 1024MB machine is not a reasonable
expectation.   It is very easy for a compile or linker process to get into the
500MB size region and suggest you either increase avaliable memory to the VM,
or decrease the job count.

Due to the fact that "runnable" processes are not swapped in FreeBSD, this
leads to an OOM condition, and the kill you see.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to