diff options
Diffstat (limited to 'maple/bbsd.c')
-rw-r--r-- | maple/bbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maple/bbsd.c b/maple/bbsd.c index 130a70c..4c5abf2 100644 --- a/maple/bbsd.c +++ b/maple/bbsd.c @@ -1376,7 +1376,7 @@ start_daemon(port) setrlimit(RLIMIT_RSS, &limit); - limit.rlim_cur = limit.rlim_max = 0; + limit.rlim_cur = limit.rlim_max = RLIM_INFINITY; setrlimit(RLIMIT_CORE, &limit); limit.rlim_cur = limit.rlim_max = 60 * 20; |