Skip to content
Snippets Groups Projects
Unverified Commit dbaa428c authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

fix js oom `js-scripts` (#6139)


Fix `oom` failures (`FATAL ERROR: Ineffective mark-compacts near heap
limit Allocation failed - JavaScript heap out of memory`), like:

https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7602589
https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7602594

---------

Co-authored-by: default avatarBastian Köcher <git@kchr.de>
parent 4387d0f8
No related merge requests found
Pipeline #502217 waiting for manual action with stages
in 30 minutes and 55 seconds
......@@ -9,6 +9,7 @@
RUN_IN_CI: "1"
KUBERNETES_CPU_REQUEST: "512m"
KUBERNETES_MEMORY_REQUEST: "1Gi"
NODE_OPTIONS: "--max-old-space-size=8192"
timeout: 60m
include:
......
......@@ -47,6 +47,8 @@
- cp -r /tmp/bridges-tests-run-*/bridge_hub_rococo_local_network/*.log ./zombienet-logs/
# copy logs of westend nodes
- cp -r /tmp/bridges-tests-run-*/bridge_hub_westend_local_network/*.log ./zombienet-logs/
tags:
- zombienet-polkadot-integration-test
zombienet-bridges-0001-asset-transfer-works:
extends:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment