If I use this in Advanced Details
JVM_OPTS=-Xms1g -Xmx1g -server -XX:+AggressiveOpts -XX:MaxPermSize=256m

I get
startup.sh: line 15: export: `-Xmx1g': not a valid identifier
startup.sh: line 15: export: `-server': not a valid identifier
startup.sh: line 15: export: `-XX:+AggressiveOpts': not a valid identifier
startup.sh: line 15: export: `-XX:MaxPermSize=256m': not a valid identifier

The startup.sh script is coded as 

export $p

when it seems like it should be:
export "$p"

I have not found any escape sequences for the original string that improve
this.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to