我在Windows 7客户端计算机上安装了Apache Tomcat,并且正在使用geoserver.war作为部署。
我继续在Geoserver中获得超时/ Java内存问题。 [(HTTP://本地主机:8080 /的GeoServer /网络/
有许多关于如何在Linux下增加空间但不在Windows客户端下的示例。我目前有8GB的DDR5内存和一个Intel Core i5。
关于如何在Windows客户端上增加此功能的任何想法?
答案 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