Open zodern opened 9 years ago
@zodern do you have any update about your memory leak issues? can you confirm that it was the loggly package that caused it? we are using it and also have a memory leak that climbs steadily to 512mb before dropping down a bit …
@DominikGuzei The memory leak went away when I stopped using loggly.
My app had a memory leak and would go from 130mb to 512 over a couple hours and then crash. After commenting out the code for node-loggly, the memory no longer climbs.
I used it as:
I have about 700 logs per minute in bursts every 5 seconds.
If it helps, I am using the meteor package miktam:loggly which is a wrapper around node-loggly.