#Error when installing requirements of git:

34 messages · Page 1 of 1 (latest)

vagrant mason
#

OSError: [Errno 23] Too many open files in system

How can i fix??

static crystalBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

terse knoll
#

gpu cloud? you cant raise that, the limit is set based on # of vcpu with the gpu pod

vagrant mason
#

same thing applies?

#

trying to install 50gb model on 700gb disk

terse knoll
#

oh cpu cloud you can raise that yourself, the container gets root access

vagrant mason
#

with ulimit -n # ?

terse knoll
#

try that, ill have to test

vagrant mason
#

i did but still issues

#

will keep tryign

terse knoll
#

what are you running in it?

vagrant mason
terse knoll
#

whats causing the limit to occur, what kind of program

vagrant mason
#

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

terse knoll
#

check soft and hard limits

#

the cpu pods let me use ulimit without issues

vagrant mason
#

yeah i did that

#

but it wasnt applying for some reason i think

#

im testing it rn, downloading 25gb

terse knoll
#

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

vagrant mason
#

try to install something really big -- will reproduce my issue

#

ddoesnt matter how

vagrant mason
#

same issue still

terse knoll
#

can you share your requirements