Answer the question
In order to leave comments, you need to log in
How to avoid heap memory overflow?
I use setInterval, inside which there is a selection from sqlite and a record in mysql. those. copying from database to database. After 20 minutes, the server is interrupted, notifying the heap out of memory. How to avoid it?
setInterval(function () {
}, 10000);
Answer the question
In order to leave comments, you need to log in
fetch from sqlite and write to mysql. those. copying from database to database.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question