You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
discord-irc uses close to 140MB of RAM on my 512MB VPS.
There's only one channel mapping and not too much chatting going on.
Ubuntu version is 14.04.3 LTS, node version is 0.12.9
Sorry for the late answer. With a lot of event listeners it might just be that Node's garbage collector doesn't run before it really has to, i.e. thus the large memory usage. It doesn't seem like a memory leak, since it stabilizes instead of crashing. Could you try running the application with --max_old_space_size set to a low number? I think this should force garbage collection to run whenever it converges towards that memory usage, some discussion here.
discord-irc uses close to 140MB of RAM on my 512MB VPS.
There's only one channel mapping and not too much chatting going on.
Ubuntu version is 14.04.3 LTS, node version is 0.12.9
This is way to much.
Output of top:
For my config.json, refer to #25
The text was updated successfully, but these errors were encountered: