Nodebb build stuck
-
I´m trying to rebuild nodebb but it gets stuck with no error at all
./nodebb build
7/9 22:17:39 [28211] - info: [build] Building javascript
7/9 22:17:39 [28211] - info: [build] Building client-side CSS
7/9 22:17:49 [28211] - info: [build] js => Completed in 10.529sand nothing more appears
any idea?
-
It's probably bring killed for memory usage.
-
@PitaJ said in Nodebb build stuck:
It's probably bring killed for memory usage.
how do i check that?
i have like 2giga free -
need support on this issue, cant fully restart the nodebb
-
Try adding
"series": true
in your config.json -
-
It makes it so the build is performed workout spawning extra threads. (Series vs parallel)
-
@PitaJ said in Nodebb build stuck:
Try adding
"series": true
in your config.jsonthanks! I was struggling what to do, I have only 1GB ram machine, now I can finally make builds there.
But I had to add also swap file..
https://linuxize.com/post/how-to-add-swap-space-on-ubuntu-18-04/#before-you-begin