aboutsummaryrefslogtreecommitdiffstats
path: root/sysctl.conf.s390
diff options
context:
space:
mode:
Diffstat (limited to 'sysctl.conf.s390')
-rw-r--r--sysctl.conf.s3906
1 files changed, 6 insertions, 0 deletions
diff --git a/sysctl.conf.s390 b/sysctl.conf.s390
index 12ae2846..03ccfd33 100644
--- a/sysctl.conf.s390
+++ b/sysctl.conf.s390
@@ -15,3 +15,9 @@ kernel.sched_min_granularity_ns = 10000000
kernel.sched_wakeup_granularity_ns = 15000000
kernel.sched_tunable_scaling = 0
kernel.sched_latency_ns = 80000000
+
+# Controls the maximum shared segment size, in bytes
+kernel.shmmax = 4294967295
+
+# Controls the maximum number of shared memory segments, in pages
+kernel.shmall = 268435456 \ No newline at end of file