Is there an implicit CPU limit set for docker cont...
# ask-community
d
Is there an implicit CPU limit set for docker containers deployed on a local machine using the docker work pool? Seems to be going over 100% but the host machine has plenty of capacity
j
I don’t see anywhere that we set a CPU limit. Docker sets a max, at least with Docker Desktop on Mac. You can override it in the Settings menu of the GUI. Screenshot:
d
This is an Ubuntu box but I suppose it could still be docker doing it too. Just wanted to check I wasn't missing a setting in prefect as I'm using a .deploy file to manage the image. Appreciate the reply
👍 1