I'm receiving a "TooManyOpenFiles" exception. I already added a custom src/main/resources/sysctl.conf:
fs.file-max = 64000
But UnixOperatingSystemMXBean#getMaxFileDescriptorCount() returns still 4096
I guess I'd also have to set the user limit - is there a way to do it in boxfuse?