update e2e workflow: increase container resources (CPU, memory) and adjust Node.js memory limit

This commit is contained in:
Nacho Codoñer
2026-04-08 14:56:26 +02:00
parent cbc7508d14
commit acc9770cd4

View File

@@ -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