Hello
Our client gets this error vie terminal while he tries to run git pull : Too many open files
We want to change it and we did many tricks but there were no way to increase open files limit.
Please tell me the exact way to do this
Thank you
Our client gets this error vie terminal while he tries to run git pull : Too many open files
open files limit is 100remote: Enumerating objects: 146, done.
remote: Counting objects: 100% (146/146), done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 115 (delta 96), reused 86 (delta 67), pack-reused 0
Receiving objects: 100% (115/115), 21.58 KiB | 10.79 MiB/s, done.
fatal: unable to open .git/objects/pack/tmp_pack_xZhMoi: Too many open files
fatal: index-pack failed
We want to change it and we did many tricks but there were no way to increase open files limit.
Please tell me the exact way to do this
Thank you