JanitorTechnology / dockerfiles

popular development environments as containers
https://hub.docker.com/u/janitortechnology/
53 stars 20 forks source link

Limit the parallelism of user Chromium builds to 8 using an alias #196

Open phistuck opened 6 years ago

phistuck commented 6 years ago

But temporarily remove the alias before building the image itself.

phistuck commented 6 years ago

If I understand the concept correctly, I feel like host-level affinity limits would be too limiting for the situations where someone needs a bit more power for a short while and the load is very low, but maybe I am just paranoid.

ishitatsuyuki commented 6 years ago

@phistuck The affinity limits is considered to affect the performance very minimally: I only plan to shut down the hyperthreads, which at most affects ~15% performance.

This looks fine though. Let's add a note so we don't forget to revert this once we have affinity implementation.

phistuck commented 6 years ago

I guess I forgot to mention I added the requested comment?