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
Is there a suggested way to get the size of the objects in q.app and q.user. Or, the size of the pickle file created when the user has Checkpointing enabled?
The goal is to understand how much space might be needed to hold the checkpointing object.
I looked at sys.getsizeof(q.app) but this seems to be always constant at 56 bytes so I think it is not including the size of the objects in the expando
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a suggested way to get the size of the objects in
q.app
andq.user
. Or, the size of the pickle file created when the user has Checkpointing enabled?The goal is to understand how much space might be needed to hold the checkpointing object.
I looked at
sys.getsizeof(q.app)
but this seems to be always constant at 56 bytes so I think it is not including the size of the objects in the expandoBeta Was this translation helpful? Give feedback.
All reactions