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.
25 lines
691 B
25 lines
691 B
From 7344cdfb2792f67e50848f87eced21cded226d4a 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 c0dc6a7e17..5913b5b0e4 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=
|
|
|