It seems the 64bit installer ships with the 32bit JRE, which is rather pointless as I can't specify heap sizes >1.5GB. Going to the included JRE and running "java -d64 -Xmx2000m" exits with
Error: This Java instance does not support a 64-bit JVM.
Please install the desired version.
Dropping the "-d64" results in the rather predictable
Error occurred during initialization of VM
Could not reserve enough space for object heap
Which mirrors what SmartSVN itself reports when trying to start it with the same option.
Does this mean the 64bit SmartSVN requires one to manually install and maintain a JRE? If so, why even include a JRE?
Last updated