26 lines
691 B
Diff
26 lines
691 B
Diff
|
From 2edaafdfacc14088d7b6f04eec578bd048057103 Mon Sep 17 00:00:00 2001
|
||
|
From: David Tardon <dtardon@redhat.com>
|
||
|
Date: Mon, 25 Jan 2021 16:19:56 +0100
|
||
|
Subject: [PATCH] set core ulimit to 0 like on RHEL-7
|
||
|
|
||
|
RHEL-only
|
||
|
|
||
|
Resolves: #1998509
|
||
|
---
|
||
|
src/core/system.conf.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/core/system.conf.in b/src/core/system.conf.in
|
||
|
index f2c75fcd32..c290b14b8b 100644
|
||
|
--- a/src/core/system.conf.in
|
||
|
+++ b/src/core/system.conf.in
|
||
|
@@ -59,7 +59,7 @@
|
||
|
#DefaultLimitFSIZE=
|
||
|
#DefaultLimitDATA=
|
||
|
#DefaultLimitSTACK=
|
||
|
-#DefaultLimitCORE=
|
||
|
+DefaultLimitCORE=0:infinity
|
||
|
#DefaultLimitRSS=
|
||
|
#DefaultLimitNOFILE=1024:{{HIGH_RLIMIT_NOFILE}}
|
||
|
#DefaultLimitAS=
|