Updated Debugging (markdown)

Lauri Ojansivu 2018-08-08 14:47:24 +03:00
parent bbb069d268
commit 6ad3362210

@ -1,3 +1,7 @@
## TODO
[Look at scaling tips here](https://github.com/meteor/meteor/issues/9796#issuecomment-411373831)
## Finding memory leaks
**[Collect a heap profile and then analyze it](https://github.com/v8/sampling-heap-profiler)**
@ -14,10 +18,6 @@
3) While waiting for Node 8.12 above, Wekan includes [Sandstorm fork of Node.js, source here](https://github.com/sandstorm-io/node/commits/sandstorm) and binary [copied from Sandstorm](https://github.com/wekan/wekan-mongodb/issues/2#issuecomment-381453161) or downloaded as node binary or tar.gz package from https://releases.wekan.team , at Wekan they are included in [Dockerfile](https://github.com/wekan/wekan/blob/devel/Dockerfile) and [snapcraft.yaml](https://github.com/wekan/wekan/blob/devel/snapcraft.yaml).
## TODO
[Look at scaling tips here](https://github.com/meteor/meteor/issues/9796#issuecomment-411373831)
## Scaling to thousands of users
[Production setup at AWS](https://github.com/wekan/wekan/wiki/AWS)