From 6ad3362210c67bd6cda6b9da83c125ad4890da17 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 8 Aug 2018 14:47:24 +0300 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Debugging.md b/Debugging.md index b215c80..26a74b6 100644 --- a/Debugging.md +++ b/Debugging.md @@ -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)