Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
Extend VM's memory and update memory cap (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubomir-Jahn authored Jan 14, 2025
1 parent 7359a88 commit 23b958a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion carmen/race-detection.jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent {label 'x86-8-32-m'}
agent {label 'x86-8-64-m'}

options {
timestamps ()
Expand Down
4 changes: 2 additions & 2 deletions carmen/stress-test.jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent {label 'x86-8-32-m'}
agent {label 'x86-8-64-m'}

options {
timestamps ()
Expand All @@ -10,7 +10,7 @@ pipeline {
environment {
GORACE = 'halt_on_error=1'
GOGC = '50'
GOMEMLIMIT = '120GiB'
GOMEMLIMIT = '60GiB'
}

parameters {
Expand Down

0 comments on commit 23b958a

Please sign in to comment.