Open zhafen opened 7 years ago
Originally reported by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
Even with the low memory flag and memory_mode_divisions=100, certain snapshots were using >100GB of memory per snapshot.
memory_mode_divisions=100
Original comment by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
An even better option may be to use a KDTree, including a periodic boundary!
An alternative is to maybe use something like https://github.com/agurvich/CPotential .
This is all especially an issue for simulation m12m.
m12m
It does better when setting memory_mode_divisions to ~10, using up only ~80 GB for a single snapshot. However, it takes over an hour to do some snapshots...
memory_mode_divisions
Edit: Nevermind, still uses ~150 GB per snapshot.
Changing memory_mode_divisions to something ridiculous like 1000 doesn't seem to help this.
Originally reported by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
Even with the low memory flag and
memory_mode_divisions=100
, certain snapshots were using >100GB of memory per snapshot.