增加Tomcat中的Java堆空间 - Windows 7客户端

时间:2014-03-12 15:52:50

标签: java windows tomcat geoserver

我在Windows 7客户端计算机上安装了Apache Tomcat,并且正在使用geoserver.war作为部署。

我继续在Geoserver中获得超时/ Java内存问题。 [(HTTP://本地主机:8080 /的GeoServer /网络/

有许多关于如何在Linux下增加空间但不在Windows客户端下的示例。我目前有8GB的DDR5内存和一个Intel Core i5。

关于如何在Windows客户端上增加此功能的任何想法?

1 个答案:

答案 0 :(得分:0)

您可以通过添加以下参数来增加JVM堆空间,它也适用于Windows和Linux:

-Xmx2048m -> this param to set the max memory that the JVM can allocate
-Xms1024m -> the init memory that JVM will allocate on the start up
-XX:MaxPermSize=512M -> this for the max Permanent Generation memory

为了在tomcat下添加它们:

  • tomcat7w.exe
  • 中导航并打开[TOMCAT_HOME]/bin
  • 转到Java tap,然后将其添加到Java Options