The following options are what I needed to maximize core usage:
const cluster = await Cluster.launch({ concurrency: Cluster.CONCURRENCY_BROWSER, maxConcurrency: navigator.hardwareConcurrency });