|
From: Michael S. <ms...@wi...> - 2024-06-25 20:58:34
|
Hello, in my geoserver instance the generation of legend graphics does not work anymore. I use the following URL: http://localhost:8080/geoserver/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&height=12&width=12&layer=geodata%3Amylayer&style=&version=1.3.0&SLD_VERSION=1.1.0&LEGEND_OPTIONS=forceLabels%3Aon&SCALE=564&authkey=xxx The errormessage is: <ServiceExceptionReport xmlns=http://www.opengis.net/ogc xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance version="1.3.0" xsi:schemaLocation=http://www.opengis.net/ogc https://nbmssp8/geoserver/schemas/wms/1.3.0/exceptions_1_3_0.xsd?authkey=56f60c87-989c-4f71-b2bb-14d5c8cf20e3<http://www.opengis.net/ogc%20https:/nbmssp8/geoserver/schemas/wms/1.3.0/exceptions_1_3_0.xsd?authkey=56f60c87-989c-4f71-b2bb-14d5c8cf20e3>> <ServiceException code="MaxMemoryExceeded"> Max legend graphic memory usage exceeded. </ServiceException> </ServiceExceptionReport> The WMS map rendering works as expected. The tomcat memory settings of the tomcat are JvmMs=1024 and JvmMx=4096. Where can I change the setting? I am using GeoServer Release 2.24.1. on windows. Thanks and all the best, Michael |