Skip to content

Commit

Permalink
ISSUE-117022: Set default max heap space for installer and import uti…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
PEGA-NarasimhaRao-Meda committed Sep 25, 2023
1 parent 6393598 commit 534de6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ user.temp.dir=/opt/pega/temp

# CUSTOM JVM ARGS
# Use this parameter to add jvm arguments other than Max Heap Size so your deployment nodes invoke these arguments each time the nodes start
custom.jvm.args={{ .Env.CUSTOM_JVM_ARGS }}
custom.jvm.args=-Xmx4g {{ .Env.CUSTOM_JVM_ARGS }}

############################### SETTINGS FOR CHANGING DYNAMIC SYSTEM SETTINGS ########
######################################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ bypass.load.assembled.classes={{ .Env.BYPASS_LOAD_ASSEMBLED_CLASSES }}
# Enable adminstrator user after upgrade by default.
upgrade.enable.admin=true

custom.jvm.args={{ .Env.CUSTOM_JVM_ARGS }}
custom.jvm.args=-Xmx4g {{ .Env.CUSTOM_JVM_ARGS }}

{{ .Env.ADVANCED_SETTINGS }}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ user.temp.dir=/opt/pega/temp

# CUSTOM JVM ARGS
# Use this parameter to add jvm arguments other than Max Heap Size so your deployment nodes invoke these arguments each time the nodes start
custom.jvm.args={{ .Env.CUSTOM_JVM_ARGS }}
custom.jvm.args=-Xmx4g {{ .Env.CUSTOM_JVM_ARGS }}

############################### SETTINGS FOR CHANGING DYNAMIC SYSTEM SETTINGS ########
######################################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ bypass.load.assembled.classes={{ .Env.BYPASS_LOAD_ASSEMBLED_CLASSES }}
# Enable adminstrator user after upgrade by default.
upgrade.enable.admin=true

custom.jvm.args={{ .Env.CUSTOM_JVM_ARGS }}
custom.jvm.args=-Xmx4g {{ .Env.CUSTOM_JVM_ARGS }}

{{ .Env.ADVANCED_SETTINGS }}

0 comments on commit 534de6d

Please sign in to comment.