-
Notifications
You must be signed in to change notification settings - Fork 27
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
malloc() failed when allocating D_matrix #11
Comments
Same error on Fedora 35 x86_64 |
Solved by enabling overcommit. |
@markusgod How to enable overcommit? |
This also happened to me when using docker. Not sure if there is a good way to do overcommit there. |
Docker shares kernel with the host, so you need to enable overcommit on the host. |
I had the same issue in Linux and as suggested by @markusgod, running the next code before invoking $ echo 1 | sudo tee /proc/sys/vm/overcommit_memory |
I have been getting this error when using a docker image on raspberry pi
The text was updated successfully, but these errors were encountered: