Error when installing requirements of git:

OSError: [Errno 23] Too many open files in system How can i fix??
Solution:
with ulimit -n # ?
Jump to solution
16 Replies
flash-singh
flash-singh4mo ago
gpu cloud? you cant raise that, the limit is set based on # of vcpu with the gpu pod
chad warden
chad warden4mo ago
cpu cloud same thing applies? trying to install 50gb model on 700gb disk
flash-singh
flash-singh4mo ago
oh cpu cloud you can raise that yourself, the container gets root access
Solution
chad warden
chad warden4mo ago
with ulimit -n # ?
flash-singh
flash-singh4mo ago
try that, ill have to test
chad warden
chad warden4mo ago
i did but still issues will keep tryign
flash-singh
flash-singh4mo ago
what are you running in it?
chad warden
chad warden4mo ago
elaborate plz
flash-singh
flash-singh4mo ago
whats causing the limit to occur, what kind of program
chad warden
chad warden4mo ago
python installation file from github repo but i was also running into simialr issues when installing requirements.txt had to run it a few times to fully download all the modules i was in a venv and tried to raise it from there, let me try to raise it outside too ulimit -n 1000000 seems to be hard limit but should be sufficient if it is actually raised
flash-singh
flash-singh4mo ago
check soft and hard limits the cpu pods let me use ulimit without issues
chad warden
chad warden4mo ago
yeah i did that but it wasnt applying for some reason i think im testing it rn, downloading 25gb
flash-singh
flash-singh4mo ago
ulimit -u as well how are you downloading? i can test it if its simple command you have more elevated permissions with cpu pods than gpu pods so all this should be possible
chad warden
chad warden4mo ago
just python3 pip install -r requirements.txt on any big repo try to install something really big -- will reproduce my issue ddoesnt matter how same issue still
flash-singh
flash-singh4mo ago
can you share your requirements
Want results from more Discord servers?
Add your server
More Posts