File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ services:
107107 condition : " service_started"
108108 required : false
109109 environment :
110- - JAVA_TOOL_OPTIONS=-Xmx576m
110+ - JAVA_TOOL_OPTIONS=-Xmx768m # deployment: 1086m
111111 command : --server.port=80 --spring.config.additional-location=/config/
112112 sysctls :
113113 - net.ipv4.ip_unprivileged_port_start=0 # for docker < 20.03.0
114- memswap_limit : 1g
114+ memswap_limit : 1280m # deployment: 1664m
115115 deploy :
116116 resources :
117117 limits :
118- memory : 1g
118+ memory : 1280m # deployment: 1664m
119119
120120 study-notification-server :
121121 profiles :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ metadata:
1010 gridsuite.org/springboot-with-elasticsearch : " true"
1111 gridsuite.org/springboot-with-rabbitmq : " true"
1212 annotations :
13- gridsuite.org/size : springboot-m
13+ gridsuite.org/size : springboot-xl
1414spec :
1515 selector :
1616 matchLabels :
You can’t perform that action at this time.
0 commit comments