-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: can't start new thread #483
Comments
I just ran
Maybe insufficient resources allocated to Docker? I'm running Docker Desktop on Mac with resource allocation set to 8 vCPU, 20 GB memory and 2 GB swap. |
I am experiencing the same issue. |
The problem could be solved by updating the docker version. |
@khirschmann-huebinet Can you close this issue if you have a resolution? |
Resolving Odoo 17 Thread Error in Docker Use the --privileged Flag: Running the Docker container with the --privileged flag allows the container to access host resources directly, which can help resolve threading issues. You can modify your docker-compose.yml to include this flag :
It will work me
|
Just trying to run Odoo 17. But i get an error. What could be the reason?
Logs:
docker-compose.yml:
The text was updated successfully, but these errors were encountered: