16 Aug
2019
16 Aug
'19
13:26
On 8/16/19 12:54 PM, Carlos E. R. wrote:
# Avoid huge dump core ops - doesn't work on Leap 42.2 ulimit -H -c 0 echo 0 > /proc/self/coredump_filter program
Suddenly, after an update applied yesterday, I get:
/home/cer/bin/fusion: line 81: ulimit: core file size: cannot modify limit: Invalid argument
I think the bug is that hard limit cannot be smaller than soft limit. # ulimit -H -c unlimited # ulimit -c unlimited # ulimit -H -c 0 -bash: ulimit: core file size: cannot modify limit: Invalid argument # ulimit -c 0 # ulimit -H -c 0 # ulimit -H -c 0 Hope this helps. - Adam -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org