Re: Problem with s6-softlimit -c
Jan Olszak:
>> Command that fails:
>>
>> s6-softlimit -c 10000 pwd
>
> # strace s6-softlimit -c 204800 pwd
> ...
> prlimit64(0, RLIMIT_CORE, NULL, {rlim_cur=RLIM64_INFINITY, rlim_max=RLIM64_INFINITY}) = 0
> prlimit64(0, RLIMIT_CORE, {rlim_cur=200*1024, rlim_max=RLIM64_INFINITY}, NULL) = 0
You seem to have mis-spelled "works". (-: The program has made the
system calls that you told it to, and they have succeeded, setting the
soft limit that you instructed.
Received on Sun Nov 27 2016 - 17:35:21 UTC
This archive was generated by hypermail 2.3.0
: Sun May 09 2021 - 19:44:19 UTC