我正在尝试在我的windows上运行Cassandra,但是我一直得到这个错误。
Failed 64-bit check. Re-running to get version from 32-bit
Invalid initial heap size: -Xms4096M
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
有谁能解释一下为什么我面临这个问题以及如何解决这个错误吗?
听起来您的JAVA_HOME
变量指向32位JRE。重新验证/安装Java安装,确保使用64位版本。
如果你使用的是Cassandra 3, Java 8是它可以使用的最高版本。如果你使用的是Cassandra 4,这将很难在本机运行,因为Windows支持已从该版本中完全移除。