i18n icon indicating copy to clipboard operation
i18n copied to clipboard

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory

Open cesxhin opened this issue 7 months ago • 1 comments

Environment



Reproduction

cannot reproduction on stackblitz

Describe the bug

use last version v8.3.1, not work. I get this error after "npm run build":

<--- Last few GCs --->

[21894:0x7fc7c1700000]   176963 ms: Scavenge 2023.9 (2075.8) -> 2017.4 (2077.1) MB, 4.16 / 0.00 ms  (average mu = 0.539, current mu = 0.465) allocation failure; 
[21894:0x7fc7c1700000]   177023 ms: Scavenge 2025.2 (2077.6) -> 2022.4 (2077.6) MB, 4.09 / 0.00 ms  (average mu = 0.539, current mu = 0.465) allocation failure; 
[21894:0x7fc7c1700000]   177044 ms: Scavenge 2025.6 (2077.6) -> 2022.1 (2097.4) MB, 11.38 / 0.00 ms  (average mu = 0.539, current mu = 0.465) allocation failure; 


<--- JS stacktrace --->

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
[....]
zsh: abort      npm run build

Additional context

No response

Logs

No response

cesxhin avatar Jul 01 '24 13:07 cesxhin