-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polyglot Crashing #75
Comments
Not sure if this applies? Seems to say that it's an issue in node 10 and can be fixed by passing memory options? |
export NODE_OPTIONS=--max_old_space_size=4096 Then run polyglot. See if it still crashes. |
Thanks, will try that. Also, just noticed node dumped a json file and it says:
|
Using 4096 is to much for my RPi 3... This is all I get
|
And cutting in half fails with no info
|
modified armv7 build to use node10 vs latest, @jimboca currently testing |
Was testing this, but nodeservers were still eventually failing to respond so moved back to 2.2.4 but that is showing the same problem so have no idea what is going on. @Einstein42 and I tried to debug but currently no idea what is happening. |
Went back to last build mentioned 2 comments up, and running from command line, will see what happens. |
I've been having an issue where Polyglot just stops, all the nodeservers stay "Connected" but Polyglot is not responding, and all nodeserver heartbeats stop and nothing showed up in the logs. So I ran it in the forground with:
~/polyglot/polyglot-v2-linux-armv7 > out.log 2>&1 &
and then when I came back after I noticed the problem (I was traveling so couldn't check it right away) the terminal showed:
[1]+ Aborted ~/polyglot/polyglot-v2-linux-armv7 > out.log 2>&1
And the last of the log showed:
This was happening with 2.2.3 (although could have been a different error) and still happening with 2.2.4.
1 This problem needs to be figured out
2 We need a way to debug this without having to run Polyglot in the forground
3 The nodeservers need to be started in a way in which they will die with the parent Polyglot also dies
Let me know if you want the entire out.log to debug.
Another user has reported a similar issue.
The text was updated successfully, but these errors were encountered: