tcoopman / image-webpack-loader

Image loader module for webpack
MIT License
2.03k stars 131 forks source link

Limit the number of image compressed concurrently #309

Open kiwixz opened 3 years ago

kiwixz commented 3 years ago

Hello there, it seems that image-webpack-loader is trying to compress all images in parallel (in my config at least). Is there anyway to limit this to the number of processors of the machine, or something similar ?

top screenshot

Milerius commented 3 years ago

Hello there, it seems that image-webpack-loader is trying to compress all images in parallel (in my config at least). Is there anyway to limit this to the number of processors of the machine, or something similar ?

top screenshot

you can use https://man7.org/linux/man-pages/man1/taskset.1.html