You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
690 B
26 lines
690 B
2 years ago
|
From 7b1eb758d1f87bfd98dbb8037a842ceedb245815 Mon Sep 17 00:00:00 2001
|
||
2 years ago
|
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
|
||
|
|
||
2 years ago
|
Related: #2138081
|
||
2 years ago
|
---
|
||
|
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
|
||
2 years ago
|
index 5d1f6d24f0..624746e512 100644
|
||
2 years ago
|
--- a/src/core/system.conf.in
|
||
|
+++ b/src/core/system.conf.in
|
||
2 years ago
|
@@ -61,7 +61,7 @@
|
||
2 years ago
|
#DefaultLimitFSIZE=
|
||
|
#DefaultLimitDATA=
|
||
|
#DefaultLimitSTACK=
|
||
|
-#DefaultLimitCORE=
|
||
|
+DefaultLimitCORE=0:infinity
|
||
|
#DefaultLimitRSS=
|
||
|
#DefaultLimitNOFILE=1024:{{HIGH_RLIMIT_NOFILE}}
|
||
|
#DefaultLimitAS=
|