ether-camp / ethereum-harmony

DEPRECATED! Ethereum Independent Peer
GNU General Public License v3.0
253 stars 89 forks source link

Unknown command-line option '-X'. #86

Closed Moha66 closed 6 years ago

Moha66 commented 6 years ago

Hi I tryied to run this line

./gradlew runPrivate -Xmx3500M -Dethereumj.conf.res=private.conf -Ddatabase.name=database-private -Dmine.fullDataSet=true

The output would be

Could anyone please help me. Thank you.

mkalinin commented 6 years ago

for JVM options please use -PjvmArgs="-Xmx3500M"

Moha66 commented 6 years ago

Thank you very much it works

./gradlew runPrivate -PjvmArgs -Dethereumj.conf.res=private.conf -Ddatabase.name=database-private -Dmine.fullDataSet=true

mkalinin commented 6 years ago

not at all 👍