Hi Mansi,
If you are working with Linux, you may need to increase the maximum file limit with "ulimit -n" [1].
Hope this helps, Christian
[1] http://www.linuxhowtos.org/Tips%20and%20Tricks/ulimit.htm
On Fri, Dec 4, 2015 at 7:52 PM, Mansi Sheth mansi.sheth@gmail.com wrote:
Hello,
I am importing BaseX, with tons of XML files. Currently I have roughly 1600 databases, I am starting basexhttp service, to access it over a web service endpoint, thru a xquery file. Using BaseX 8.2.3.
I am receiving below error:
[bxerr:BXDB0002] Resource "/veracode/msheth/BaseXDB/bi_output_713/inf.basex (Too many open files)" not found.
basexhttp, is running with 10240M virtual memory.
I can share the xquery file, if thats needed.
Has anyone experienced this before ? Is there a limit on no of databases supported by BaseX ? Is there some configuration option, which I can use to close already queried database ?
Thanks,
- Mansi