Skip to content

Instantly share code, notes, and snippets.

View christianrickert's full-sized avatar

Christian Rickert christianrickert

View GitHub Profile
@christianrickert
christianrickert / QuPath Memory Monitor.groovy
Last active March 9, 2026 22:52 — forked from petebankhead/QuPath Memory Monitor.groovy
Groovy script to help monitor QuPath's memory use over time
/**
* A basic GUI to help monitor memory usage in QuPath.
*
* This helps both to find & address out-of-memory troubles by
* 1. Showing how much memory is in use over time
* 2. Giving a button to clear the tile cache - which can be
* using up precious memory
* 3. Giving quick access to control the number of threads used
* for parallel processing
*