Skip to content

Commit

Permalink
[Build] Build on larger centos-latest-8gb agents and increase max heap
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 24, 2024
1 parent 24e82c6 commit 9f80a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-XX:+PrintFlagsFinal
-XX:MaxRAMPercentage=35
-Xmx2G
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
timestamps()
}
agent {
label "centos-latest"
label "centos-latest-8gb"
}
tools {
maven 'apache-maven-latest'
Expand Down

0 comments on commit 9f80a6f

Please sign in to comment.