Replies: 1 comment
-
fixed on #308 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems the memory allocations run faster than eviction, running
nr ci
on Windows 10 results on (related with error on this PR #304):nr ci output
Increasing the total memory to
32GB
(also tested with4GB
,8GB
and16GB
, also failing), the error still there, for example configuring this ontest/core/package.json
(also tested withcross-env NODE_OPTIONS=--max_old_space_size=32768 vitest
and also tested changing thecli.ts
module addingprocess.env.NODE_OPTIONS = '--max-old-space-size=32768'
and withprocess.env.NODE_OPTIONS = '--max_old_space_size=32768'
):results on :
nr ci output
Beta Was this translation helpful? Give feedback.
All reactions