You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/01/14 16:47:25 UTC

[GitHub] mcherkasov commented on issue #5798: IGNITE-10886 JVM_OPTS and -J-PARAMS doesn't allow spaces

mcherkasov commented on issue #5798: IGNITE-10886 JVM_OPTS and -J-PARAMS doesn't allow spaces
URL: https://github.com/apache/ignite/pull/5798#issuecomment-454075021
 
 
   without fix:
   
   mcherkasov$ bash bin/ignite.sh -v -J-Xmx3G -J-Xms3G -J-DIGNITE_CLUSTER_NAME="dev dev dev"
   Error: Could not find or load main class dev
   
   with fix:
   
   Mikhails-MBP:apache-ignite-2.7.0-bin mcherkasov$ bash bin/ignite.sh -v -J-Xmx3G -J-Xms3G -J-DIGNITE_CLUSTER_NAME="dev dev dev"
   Ignite Command Line Startup, ver. 2.7.0#20181130-sha1:256ae401
   ...
   [19:17:31,306][INFO][main][IgniteKernal] IGNITE_HOME=/Users/mcherkasov/Downloads/apache-ignite-2.7.0-bin
   [19:17:31,306][INFO][main][IgniteKernal] VM arguments: [-XX:+AggressiveOpts, -Xms1g, -Xmx1g, -XX:MaxMetaspaceSize=256m, -DIGNITE_QUIET=false, -DIGNITE_SUCCESS_FILE=/Users/mcherkasov/Downloads/apache-ignite-2.7.0-bin/work/ignite_success_80a26259-9b3f-4f81-aee2-56a558bda5f7, -Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=49184, -Dcom.sun.management.jmxremote.authenticate=false, -Dcom.sun.management.jmxremote.ssl=false, -DIGNITE_HOME=/Users/mcherkasov/Downloads/apache-ignite-2.7.0-bin, -DIGNITE_PROG_NAME=bin/ignite.sh, -Xmx3G, -Xms3G, -DIGNITE_CLUSTER_NAME=dev dev dev]
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services