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
Deferred nodes now hold copies of the actual inputs, for use in the galley scheduler. If we hold on to the program with deferred nodes, we may introduce a memory leak as the inputs cannot be garbage collected.
The text was updated successfully, but these errors were encountered:
I think the main issue is that we still hold on to the program, and the inputs are now pasted into the program. The inputs currently remain reachable as the programs are keys in the compiled code cache.
Deferred nodes now hold copies of the actual inputs, for use in the galley scheduler. If we hold on to the program with deferred nodes, we may introduce a memory leak as the inputs cannot be garbage collected.
The text was updated successfully, but these errors were encountered: