27 Nov
2014
27 Nov
'14
10:45 a.m.
Hi, I just downloaded the latest snapshot and on Windows I got a problem with the startup scripts. I saw that compared to earlier the way to set JVM options has changed. In my case this was causing problems. When I started the default basexhttp.bat I got: Invalid maximum heap size: -Xmx512m I looked at the batch script and had to change the BASEX_JVM line from set BASEX_JVM=-Xmx512m %BASEX_JVM% to set BASEX_JVM=-Xmx512m Could it be that the extra space after 512m is causing the problem. Probably same issue in other startup scripts. (nice language windows batch file, isn't it ...) --Marc