I wanted to increase the limit on the number of open files on Windows 7 (64-bit). Using Git Bash for my command line environment, I enter the following command:
$ ulimit -n 9999
However, I encounter the following error:
bash: ulimit: open files: cannot modify limit: Too many open files
I would appreciate if you could help me with this problem. Thank you in advance for your assistance.