leeroybrun/glacier-vault-remove

Error: Too Many Open Files

jensjakob opened this issue · 2 comments

Hi. I get the error "Too many open files" using Ubuntu Server in a VirtualBox environment.

HI @jensjakob,

I managed to resolve this issue by setting higher values for Hard/Soft file descriptors limits.

In my case, on an AmazonLinux (RedHat):

/etc/security/limits.d/custom.conf

* hard nofile 500000
* soft nofile 500000

A reboot/session login/logout may be necessary.
Check this thread for more info (My source):
http://stackoverflow.com/a/24685189/719535

Closing as this is quite old. Feel free to let us know if that's still an issue.