Answer the question
In order to leave comments, you need to log in
How to clean up memory without garbage collector in NodeJs?
I'm the author of this question Why doesn't DELETE work in NodeJs? it is directly related to this
Experiment Method, it came to this:
For example, creating a large string and then overwriting it:
a = new Array(10000000).join('lalalalalalalalalalalala'); // Назовем - "значением 1"
a = new Array(10000000).join('bebebebebebebebebe'); // Назовем - "значением 2"
Answer the question
In order to leave comments, you need to log in
Не может быть такого модуля, ибо вы пытаетесь идти против движка V8 - самой виртуальной машины, которой обрабатываются все нодовские скрипты. Если вам критична скорость освобождения памяти, советую обратить внимание на С++, например Tufão - асинхронный веб фреймворк на C++ с использованием Qt.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question