Andrew
RRunPod
•Created by Andrew on 2/24/2024 in #⛅|pods-clusters
"Too many open files in system"
CPU pods have been running fine this morning after switching from
runpod/base:0.5.1-cpu
to ubuntu:latest
16 replies
RRunPod
•Created by Andrew on 2/24/2024 in #⛅|pods-clusters
"Too many open files in system"
During large gzip, before error,
lsof -u root | wc -l
returns about 344 open files, so nowhere near limit set by ulimit16 replies
RRunPod
•Created by Andrew on 2/24/2024 in #⛅|pods-clusters
"Too many open files in system"
@flash-singh Hmm yeah, error is occurring inconsistently. Running fine at the moment...
Something interesting: after "Too many open files" error occurs, running
lsof -u root | wc -l
also errors with lsof: can't fopen(/proc/mounts, "r"): No such file or directory
I then try ps -e
and get an error telling me to run mount -t proc proc /proc
. I run this, then lsof
starts working again16 replies