Closed ericdrosas87 closed 1 month ago
Currently, the butler
takes about ~7 hours to produce ~3915 cutouts before the kernel crashes due to the memory limit being reached. I wasn't able to track how long it took just the butler
to do its part because the kernel kept crashing and the timer would keep going.
Enough time has passed since I last tried to run 10k cutouts through the
butler
service andlsst.afw.display
module that it's worth retrying to see if any recent updates to either software package provide material progress on the issues I've been facing.Questions worth reassessing:
butler
andlsst.afw.display
synchronously without the kernel dying? If the kernel doesn't die how long does it take?butler
andlsst.afw.display
asynchronously using four processes or threads without the kernel dying? If the kernel doesn't die how long does it take to complete?These questions need to be answered before I start working with CST to find a clear path forward - either using the Image Cutout Service or making do with the original workflow (
butler
+lsst.afw.display
)