Hi Guys,

I have downloaded the latest Community edition and notice these three custom 
lines of code causing the Neo4J server not to start up:

wrapper.java.additional.1=-d64
wrapper.java.additional.1=-server
wrapper.java.additional.1=-Xss2048k

With the previous version, they worked fine. They live at the bottom of the 
neo4j-wrapper.conf

Error I get is.
java.lang.IllegalArgumentException
        at java.lang.ProcessImpl.<init>(Unknown Source)
        at java.lang.ProcessImpl.start(Unknown Source)
        at java.lang.ProcessBuilder.start(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at org.neo4j.wrapper.ServerProcessConsole.doStart(ServerProcessConsole.j
ava:39)
        at org.neo4j.wrapper.ServerProcess.<init>(ServerProcess.java:116)
        at org.neo4j.wrapper.ServerProcessConsole.<init>(ServerProcessConsole.ja
va:29)
        at org.neo4j.wrapper.NeoServiceWrapper.launchAsConsoleApp(NeoServiceWrap
per.java:48)
        at org.neo4j.wrapper.NeoServiceWrapper.main(NeoServiceWrapper.java:35)

Is this expected, since I am sure the JVM should support adding these 
additional parameters? 

I want these in here, so I can always ensure it is 64bit, server mode with a 
stack size of 2048k


_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to