Searched refs:rlim (Results 1 – 1 of 1) sorted by relevance
50 struct rlimit64 rlim; in do_prepare() local74 if (getrlimit64 (RLIMIT_FSIZE, &rlim) != 0) in do_prepare()79 if (rlim.rlim_cur < TWO_GB + 200) in do_prepare()81 rlim.rlim_cur = TWO_GB + 200; in do_prepare()82 if (setrlimit64 (RLIMIT_FSIZE, &rlim) != 0) in do_prepare()
Completed in 4 milliseconds