Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dill.dump_session file size #345

Open
adamhaber opened this issue Oct 22, 2019 · 0 comments · May be fixed by #475
Open

dill.dump_session file size #345

adamhaber opened this issue Oct 22, 2019 · 0 comments · May be fixed by #475

Comments

@adamhaber
Copy link

Hi,

I'm using dill.dump_session to save simulation results and it's working perfectly... the only thing I don't understand is the file size - the total size of my variables in the saved session (in memory) is <10MB, but the file itself is >500MB. Can this be related to the size of imported modules? Is there any way to bypass this? For example, for memory-intensive variables I'm not interested in saving I simply do var=None before dumping... Thanks!

@leogama leogama linked a pull request May 11, 2022 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant