On Tue, Dec 08, 2020 at 04:14:32PM +0100, gregor herrmann wrote:
> It looks like changing the value to 131072 doesn't work.

Hmm, perhaps one also needs to try raising rlim.rlim_max, which works since
we're root? What happens if you do something like

  rlim.rlim_cur = rlim.rlim_max = 131072;

 /* Steinar */
-- 
Homepage: https://www.sesse.net/

Reply via email to