Alright, I have to ask an awkward but important question:
ToolBox App (famously implemented with Compose for Desktop).
It checks versions. It downloads new versions.
300MB memory footprint 😱 (according to MacOS).
This seems really excessive - where is the allocation going?
I know the JVM often 'generously' allocates memory for potential usage (Reserved), but still; platform-native Apps are supposed to have lower resource usage vs, say, an Electron App - Toolbox isn't exactly making the case here. I'm a bit shocked.