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

Rodney W. Grimes <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Rodney W. Grimes <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to