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
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
If you profile an application which uses the AnimatorProxy component using a server-side only tool (such as JMeter), the memory usage of the app will grow uncontrollably.
This is because the AnimatorProxy depends on messages sent from the client back to the server for it to clean up references to the animations. So in real use, such memory leaks will not be present.
If you profile an application which uses the AnimatorProxy component using a server-side only tool (such as JMeter), the memory usage of the app will grow uncontrollably.
This is because the AnimatorProxy depends on messages sent from the client back to the server for it to clean up references to the animations. So in real use, such memory leaks will not be present.
The place in code where the cleanup is done: https://github.com/jounikoivuviita/Animator/blob/master/src/org/vaadin/jouni/animator/AnimatorProxy.java#L155
The text was updated successfully, but these errors were encountered: