Skip to content

Commit ed13b59

Browse files
ci: adding memory limitation to MAPDL command line (#3693)
* 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]>
1 parent b86ca46 commit ed13b59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/start_mapdl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ docker run \
5252
-u=0:0 \
5353
--memory=6656MB \
5454
--memory-swap=16896MB \
55-
"$MAPDL_IMAGE" "$EXEC_PATH" -grpc -dir /jobs -"$DISTRIBUTED_MODE" -np 2 > log.txt &
55+
"$MAPDL_IMAGE" "$EXEC_PATH" -grpc -dir /jobs -"$DISTRIBUTED_MODE" -np 2 -db -5000 -m -5000 - > log.txt &
5656

5757
grep -q 'Server listening on' <(timeout 60 tail -f log.txt)

doc/changelog.d/3693.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: adding memory limitation to MAPDL command line

0 commit comments

Comments
 (0)