Use mmap for the calculation of nojump trajectories to conserve RAM #7

Open
opened 2026-05-27 16:07:24 +00:00 by markusro · 0 comments
Owner

Use mmap for the calculation of nojump trajectories to conserve RAM, currently all RAM can be used up easily for PCs with only 64GB RAM. One possibility is to use of numpy.memmap or a mmemap flag.

Use mmap for the calculation of nojump trajectories to conserve RAM, currently all RAM can be used up easily for PCs with **only** 64GB RAM. One possibility is to use of numpy.memmap or a mmemap flag.
Sign in to join this conversation.