16 Aug
2019
16 Aug
'19
15:58
On 16/08/2019 15.26, Adam Majer wrote:
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.
Wow! I see. Thank you and Dave H. :-) -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)