Skip to content

Commit

Permalink
MacOS: Podman machine defaults to 2G RAM now
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Jan 24, 2025
1 parent 162148a commit 3882c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/jobs/tests/Constants.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Constants {
export QUARKUS_NATIVE_CONTAINER_RUNTIME=podman
podman machine init --now || true
podman machine stop || true
eval "$(podman machine start | grep "DOCKER_HOST=")"
eval "$(podman machine start --memory 8192 | grep "DOCKER_HOST=")"
mvn --batch-mode clean verify -Ptestsuite -DincludeTags=reproducers,perfcheck,runtimes \\
-Dquarkus.version=${QUARKUS_VERSION} -Dquarkus.native.container-runtime=podman -Dpodman.with.sudo=false
'''
Expand Down

0 comments on commit 3882c9c

Please sign in to comment.