简体   繁体   中英

while i launching Presto server using $ bin/launcher run i am getting error

Unrecognized VM option 'G1HeapRegionSize = 32M' Did you mean 'G1HeapRegionSize='? Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.

你应该在你的jvm.config文件中将你的 JVM 选项写为: G1HeapRegionSize=32M而不是G1HeapRegionSize = 32M

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM