Skip to content
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

FATAL ERROR When running in demo mode #16

Open
garrettpatterson opened this issue May 18, 2011 · 1 comment
Open

FATAL ERROR When running in demo mode #16

garrettpatterson opened this issue May 18, 2011 · 1 comment
Labels

Comments

@garrettpatterson
Copy link
Contributor

Running the server crashes with "FATAL ERROR: CALL_AND_RETRY_2 Allocation failed - process out of memory" after about 8 hours left on in the DEV/DEMO mode. This may not occur when running connected to the Keg.

@dcarney
Copy link
Contributor

dcarney commented May 18, 2011

I've added a new function to the keg.io class that prints the current memory usage for the process once per minute when running in DEVMODE. To see the output, set the logging level in conf/log4js.json to TRACE and check the resulting TRACE events.

To get a long-running history of the mem usage, it might be easiest to configure log4js to send these trace events to a seperate file. See the appenders in conf/log4js.json for examples.

dcarney added a commit that referenced this issue May 18, 2011
… once a minute when running in DEVMODE. This is to help track down issue #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants