Answer the question
In order to leave comments, you need to log in
Why is memory leaking in a simple program in nodejs?
This program vyzhiraet memory to failure, and then falls.
var t = 0;
while (true) {
t++;
process.stdout.write("keks given: " + Math.round(t / 1000000) + "M\r");
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question