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
Now the web map client is consuming a lot mem (comparing to our microservice node.js instance), is it possible we can reduce it? Buy settings or other way?
The text was updated successfully, but these errors were encountered:
I think this issue may be caused by the usage of log.warn in the production environment.
loglevel is building upon the console.log. If a variable is created and logged by console.log, it can't be collected by gc of V8.
For react, because the repaint, this problem will trigger more frequently.
Here are some materials related to this problem.
The text was updated successfully, but these errors were encountered: