From experimenting with the devel version of catfs (commit cbd7ab7), I noticed that it uses multi-threading. Looking at htop, it appears that catfs is using all(?) CPU cores by default. Is that correct?
Also, is there a way, e.g. a command-line option, to limit the number of cores that a specific catfs instance will use?
(I know zero Rust, otherwise I'd try to figure this out myself from the source code.)
From experimenting with the devel version of catfs (commit cbd7ab7), I noticed that it uses multi-threading. Looking at
htop, it appears thatcatfsis using all(?) CPU cores by default. Is that correct?Also, is there a way, e.g. a command-line option, to limit the number of cores that a specific
catfsinstance will use?(I know zero Rust, otherwise I'd try to figure this out myself from the source code.)