We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86ca46 commit ed13b59Copy full SHA for ed13b59
.ci/start_mapdl.sh
@@ -52,6 +52,6 @@ docker run \
52
-u=0:0 \
53
--memory=6656MB \
54
--memory-swap=16896MB \
55
- "$MAPDL_IMAGE" "$EXEC_PATH" -grpc -dir /jobs -"$DISTRIBUTED_MODE" -np 2 > log.txt &
+ "$MAPDL_IMAGE" "$EXEC_PATH" -grpc -dir /jobs -"$DISTRIBUTED_MODE" -np 2 -db -5000 -m -5000 - > log.txt &
56
57
grep -q 'Server listening on' <(timeout 60 tail -f log.txt)
doc/changelog.d/3693.maintenance.md
@@ -0,0 +1 @@
1
+ci: adding memory limitation to MAPDL command line
0 commit comments