Commit 2f7d6ef4 by John Jarvis

removing limits indent

parent f0304acc
...@@ -235,14 +235,13 @@ EDXAPP_NEWRELIC_CMS_APPNAME: "{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}-edxap ...@@ -235,14 +235,13 @@ EDXAPP_NEWRELIC_CMS_APPNAME: "{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}-edxap
EDXAPP_ORA2_FILE_PREFIX: '{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}/ora2' EDXAPP_ORA2_FILE_PREFIX: '{{COMMON_ENVIRONMENT}}-{{COMMON_DEPLOYMENT}}/ora2'
EDXAPP_CODE_JAIL_LIMITS: EDXAPP_CODE_JAIL_LIMITS:
limits: # Limit the memory of the jailed process to something high but not
# Limit the memory of the jailed process to something high but not # infinite (128MiB in bytes)
# infinite (128MiB in bytes) VMEM: 134217728
VMEM: 134217728 # Time in seconds that the jailed process has to run.
# Time in seconds that the jailed process has to run. REALTIME: 1
REALTIME: 1 # Needs to be non-zero so that jailed code can use it as their temp directory.(1MiB in bytes)
# Needs to be non-zero so that jailed code can use it as their temp directory.(1MiB in bytes) FSIZE: 1048576
FSIZE: 1048576
#-------- Everything below this line is internal to the role ------------ #-------- Everything below this line is internal to the role ------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment