Skip to content

Commit 7bd83af

Browse files
authored
Increase network-modification-server's memory (#421)
Signed-off-by: Ayoub LABIDI <[email protected]>
1 parent 7cc9e8f commit 7bd83af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose/study/docker-compose.override.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

k8s/resources/study/network-modification-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
spec:
1515
selector:
1616
matchLabels:

0 commit comments

Comments
 (0)