Skip to content

Commit e1bfcb2

Browse files
committed
Fix memory allocated to Docker swarm nodes
1 parent a00d389 commit e1bfcb2

File tree

1 file changed

+1
-1
lines changed
  • tests/00-http-docker-swarm

1 file changed

+1
-1
lines changed

tests/00-http-docker-swarm/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ do
132132
--publish=$((8080+$n-1)):80 \
133133
--name=$NODE$n \
134134
--hostname=$NODE$n \
135-
--memory=256m \
135+
--memory=512m \
136136
--env=NODE=$n \
137137
--env=NODES=$NODES \
138138
--env=MTU=$MTU \

0 commit comments

Comments
 (0)