jkanner / pe-viewer

A web app to make plots of posterior samples, skymaps, and waveforms for gravitational wave events.
1 stars 3 forks source link

Check cache settings #4

Closed jkanner closed 1 year ago

jkanner commented 1 year ago

It is likely the st.cache commands need arguments to limit their memory footprint. Check this!

jkanner commented 1 year ago

I've made a first attempt at this. See PR #6

I've set the cache on the PE samples to hold 100 events. I am worried this may be to high, and could exhaust the resource limits. This should be tested.