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 Dec 7, 2023. It is now read-only.
dataClay GC is not removing objects being used by sessions since we do not know what is present in client applications heap. When a session is closed, unreferenced objects are cleaned.
If the session never finishes but we keep creating objects we have a disk leak.
New session_detach method in DataClayObject will allow applications to notify dataClay when an object should be detached from the session and thus, cleaned.
The text was updated successfully, but these errors were encountered:
dataClay GC is not removing objects being used by sessions since we do not know what is present in client applications heap. When a session is closed, unreferenced objects are cleaned.
If the session never finishes but we keep creating objects we have a disk leak.
New
session_detach
method in DataClayObject will allow applications to notify dataClay when an object should be detached from the session and thus, cleaned.The text was updated successfully, but these errors were encountered: