Soft-Module icon indicating copy to clipboard operation
Soft-Module copied to clipboard

Heavy CPU Consumption

Open NagisaZj opened this issue 4 years ago • 1 comments

Hi @RchalYang ! Thank you for providing the code!

I found that running the code consumes a lot of CPU resources. Running 2 MT10 experiments at the same time consumes all of my 80 CPU cores. Is this normal? Or is there any way to limit CPU use? Thank you!

NagisaZj avatar Jan 05 '22 05:01 NagisaZj

Hi, running this code does require a lot of CPU resources, it will create a separate process for each task in MT benchmark. I'm not quite sure how to limit the CPU use without modifying the current code. Maye you could try to run it in docker and limit the CPU usage of the container? Or you could rewrite part of the multi-processing part.

RchalYang avatar Jan 06 '22 01:01 RchalYang