On Wednesday, 5 July 2023 at 08:29:44 UTC-7 Edgar Costa wrote:

Hi Gonzalo,

I highly recommend using https://github.com/rfjakob/earlyoom instead of 
waiting for OOM to kick in.

Wouldn't setting ulimit with -m (memory) or -v (virtual memory) for the 
process that is liable to exceed its memory quota be a more sensible thing? 
It's not unusual to set such bounds by default for users on multi-user 
machines. Then the process should just die by itself before your whole 
server becomes unresponsive (if you have many processes making large memory 
demands you could still end up thrashing and triggering oom but that would 
require extreme bad luck or malice)  

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/73474344-4c96-4231-a63b-1df2dccfb993n%40googlegroups.com.

Reply via email to