commit f9cd433

uint  ·  2026-01-30 16:57:54 +0000 UTC
parent a64e414
remove rlimit; causes different systems to fail differently
1 files changed,  +0, -4
+0, -4
 1@@ -57,10 +57,6 @@ static void apply_rlimits(void)
 2 	rl.rlim_cur = 1024;
 3 	rl.rlim_max = 1024;
 4 	(void)setrlimit(RLIMIT_NOFILE, &rl);
 5-
 6-	rl.rlim_cur = 256;
 7-	rl.rlim_max = 256;
 8-	(void)setrlimit(RLIMIT_NPROC, &rl);
 9 }
10 
11 static void fd_set_cloexec(int fd)