Skip to content

Commit c88c7bc

Browse files
committed
jenkins: threading tests need more memory
1 parent d20b238 commit c88c7bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ LDFLAGS_OPENCL=-L/usr/local/cuda/targets/x86_64-linux/lib
213213
}
214214
},
215215
thread: {
216-
runPod(image: image) {
216+
runPod(image: image, memory: '32Gi') {
217217
stage('Threading tests') {
218218
def local = "CXX=$CLANG_CXX -Werror\nSTAN_THREADS=true\n"
219219
if (mainBranch) {

0 commit comments

Comments
 (0)