8000 Increase stacksize and memory limit on CI · scala-wasm/scala-wasm@1baf16b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1baf16b

Browse files
committed
Increase stacksize and memory limit on CI
1 parent 0adb698 commit 1baf16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- scala-wasm
1212

1313
env:
14-
SBT_OPTS: "-Xmx4G"
14+
SBT_OPTS: '-Xmx6g -Xms1g -Xss4m'
1515

1616
jobs:
1717
test-suite-js:

0 commit comments

Comments
 (0)
0