Rpi Zero V2
#25058
Replies: 1 comment
-
Are you using: export NODE_OPTIONS=--max_old_space_size=256 this helps on low memory device builds |
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
-
After "git pull"
the process displays
<--- Last few GCs --->
[1704:0x1eed610] 85702 ms: Mark-sweep 123.1 (129.1) -> 122.2 (129.4) MB, 722.0 / 0.0 ms (average mu = 0.132, current mu = 0.105) allocation failure; scavenge might not succeed
[1704:0x1eed610] 86780 ms: Mark-sweep 123.1 (129.4) -> 122.3 (129.4) MB, 958.8 / 0.0 ms (average mu = 0.122, current mu = 0.110) allocation failure; scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Aborted
I have RPi Zero with 512MB ram
How omit this limit ?
Beta Was this translation helpful? Give feedback.
All reactions