Given a single core machine, do you have any recommendations for configuring the default dispatcher? I notice parallelism-min = 8 from the config, which I’m presuming will result in 8 threads being kept around at all times. With each thread consuming 256k of memory for its stack, and my app’s 126MiB of JVM heap, I’m looking at reasonable ways to reduce its footprint.
Thanks! I’ll reduce it to 4 then and continue to profile. I’ve not seen any adverse CPU usage so far, but I’ll keep your recommendation of the TPE in mind.