我試圖從WFS請求得到所有特點JSON如下如何解決內存不足問題的tomcat8
http://localhost:8080/geoserver/DATA/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=DATA:species&outputFormat=application/json
我收到了內存不足的錯誤作爲
<ServiceExceptionReport xmlns="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2.0" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd">
<ServiceException>
java.lang.RuntimeException: java.io.IOException java.io.IOException null Ran out of memory retrieving query results. Java heap space
</ServiceException>
</ServiceExceptionReport>
如何修復這個內存問題或增加tomcat8的內存?
配置Tomcat內存設置取決於操作系統,以及如何啓動它。請提供更多信息。 – marthursson
上午使用Ubuntu15.04,並開始作爲服務。 sudo服務tomcat8啓動。 – Harnish