Closed
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
- after that happens
curl localhost:4567
without a timeout does not returnnode
process is still running 100% CPU, 120MB memory, and still listening on:4567
- I do not know why there is a
node bcrypt
process running, post creation does not call it or get near it.
Activity