Skip to content

Commit

Permalink
ci: adding memory limitation to MAPDL command line (#3693)
Browse files Browse the repository at this point in the history
* ci: adding memory limitation to MAPDL command line

* chore: adding changelog file 3693.maintenance.md [dependabot-skip]

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
germa89 and pyansys-ci-bot authored Jan 23, 2025
1 parent b86ca46 commit ed13b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/start_mapdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ docker run \
-u=0:0 \
--memory=6656MB \
--memory-swap=16896MB \
"$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 &

grep -q 'Server listening on' <(timeout 60 tail -f log.txt)
1 change: 1 addition & 0 deletions doc/changelog.d/3693.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: adding memory limitation to MAPDL command line

0 comments on commit ed13b59

Please sign in to comment.