Join Slack
Powered by
My KMP builds completely max my CPU -- any way to ...
# multiplatform
m
mike.holler
05/06/2022, 5:44 PM
My KMP builds completely max my CPU -- any way to reduce this on my local machine? I've tried
--max-workers 2
but even that still does it. PC is quality -- 8 CPUs i7 processor
p
Paul Woitaschek
05/06/2022, 5:48 PM
Depends. The framework linking is always non parallel. Besides that modularizing will utilize more cores if you have many independent units
m
mike.holler
05/06/2022, 5:49 PM
Yeah we're highly modular in this library but we should be able to configure how many cores we use, no?
2
Views
Open in Slack
Previous
Next