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
@llaske due to such huge amount of data, the memory size must have exceeded its limit for the heap in v8. Have a look at this, heap-size-limit in v8.
By the way, restarting the server with following command to increase the memory for process will solve the issue, node --max-old-space-size="NEW_MEMORY_SIZE in MB" server.js
For 8GB memory space set memory size to 8192 MB, node --max-old-space-size=8192 server.js
This will start the server.js with a memory limit of 8 GB.
@im-prakher thanks for the advice but increasing the memory will not solve the issue when users count will continue to grow.
We should found a more long-term solution.
When the dashboard is run on a database with several thousand of entries, the graph not drawn and the server crash.
On the server side the error is:
The text was updated successfully, but these errors were encountered: