APS-USAXS / usaxs-bluesky-ended-2023

Bluesky instrument for USAXS
0 stars 0 forks source link

memory consumption #500

Open prjemian opened 3 years ago

prjemian commented 3 years ago

Sometimes, we suspect a memory leak as more RAM is consumed for many days of continuous work.

The IPython %xdel magic command might be helpful: https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-xdel

...just note taking here...

prjemian commented 2 years ago

Use bps.checkpoint() more frequently, such as between samples of a batch. See #556