Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在守护程序模式下的一些集成测试期间运行 Jetty,并且出现内存不足错误。所以我想将堆大小设置为相当大的值。这个问题有点像这个问题,除了我在守护程序模式下运行。
试着把它放在你的 ~/.bashrc 中:
export MAVEN_OPTS="-Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"