Hello Stefan,
thank you for your quick response.
For testing purposes the basex database is started within a screen and in this screen the number of open files has been set as recommended by you.
It remains the vague feeling that this might only cure a symptom ...
With best regards,
Andreas
Hi Andreas,
enter ulimit -n in the shell. It's probably 1024. You can set it higher with ulimit -n 4096. But this works just for one session. To make it persistent edit /etc/profile
Kind regards,
Stefan