mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
update e2e workflow: increase container resources (CPU, memory) and adjust Node.js memory limit
This commit is contained in:
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
@@ -18,7 +18,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=12288"
|
||||
NODE_OPTIONS: "--max_old_space_size=16384"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
container:
|
||||
image: node:22-bookworm
|
||||
options: --cpus 4 --memory 12g --security-opt seccomp=unconfined
|
||||
options: --cpus 6 --memory 16g --security-opt seccomp=unconfined
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user