Skip to content

NodeBB Hangs, importing 1M+, no logs, no crash, process still running but not responding, MEM 200MB RAM , CPU 100% #61

Closed
@akhoury

Description

It could be a data problem, the 1M+ number may not be relevant, but I was not able to reproduce with smaller DBs using the same -smf exporter.

  • startup command NODE_ENV=development node app
  • start importing 62k users, 83 categories, 73k topics, 1M+ posts
  • during the import there are not no obvious memory leaks, around 200MB consistent
  • CPU 100% most of the time, but that's normal
  • A little while after the posts start importing, NodeBB stops responding, doesn't crash, doesn't log anything out, that's all i see
    screen shot 2014-10-07 at 2 38 58 pm
  • after that happens
  • curl localhost:4567 without a timeout does not return
  • node process is still running 100% CPU, 120MB memory, and still listening on :4567

screen shot 2014-10-07 at 11 18 58 am
screen shot 2014-10-07 at 12 56 02 pm
screen shot 2014-10-07 at 12 56 12 pm
screen shot 2014-10-07 at 12 56 28 pm

  • I do not know why there is a node bcrypt process running, post creation does not call it or get near it.

screen shot 2014-10-07 at 12 56 45 pm

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions