We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6515009 commit 4f9db48Copy full SHA for 4f9db48
apis/apps/v1alpha1/template.go
@@ -140,6 +140,8 @@ const (
140
########## memory ##########
141
# System memory high watermark ratio, cancel the memory checking when the ratio greater than 1.0
142
--system_memory_high_watermark_ratio=0.8
143
+# use container memory limit
144
+--containerized=true
145
146
########## audit ##########
147
# This variable is used to enable audit. The value can be 'true' or 'false'.
@@ -544,6 +546,8 @@ const (
544
546
--memory_purge_enabled=true
545
547
# memory background purge interval in seconds
548
--memory_purge_interval_seconds=10
549
550
551
552
########## SSL ##########
553
# whether to enable ssl
0 commit comments