Open 1146065545 opened 10 months ago
python3 scripts/generate_label.py\ . . . [OSError]: [Error 24] Too many open files
I solved this by increasing the files open limit ulimit -n 500000
ulimit -n 500000
python3 scripts/generate_label.py\ . . . [OSError]: [Error 24] Too many open files