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
Hi ~
I had some test with your scs about RMI.
The client can request historical data to server then this data size is 13,000 bytes ~ 140,000 bytes almost.
After client request data several times, server memory is increase every time client call method and die.
Did you have a test about this case ?
The text was updated successfully, but these errors were encountered:
You say there is a memory leak. I used SCS for very long running processes (not restarted for months) but I didn't see such a problem.
This maybe related to garbage collecter which collects object periodically. So, when you call a method it's normal to increase memory and not decrease for a time. Did you tested it for long time to understand if really have a memory leak problem.
Hi ~
I had some test with your scs about RMI.
The client can request historical data to server then this data size is 13,000 bytes ~ 140,000 bytes almost.
After client request data several times, server memory is increase every time client call method and die.
Did you have a test about this case ?
The text was updated successfully, but these errors were encountered: