1👍
If you open a lot of files at once, you need to set the max limit for your machine.
ulimit -n 2048
Do not forget to close the file object after you used it.
Source:stackexchange.com
1👍
If you open a lot of files at once, you need to set the max limit for your machine.
ulimit -n 2048
Do not forget to close the file object after you used it.