FAO-SID / GSOCmap-web-services

0 stars 0 forks source link

Increase memory for geoserver #11

Closed midraed closed 6 years ago

midraed commented 6 years ago

current memory is 2 Gb, should be 4

mauriciopasquier commented 6 years ago

Done, configured in the geoserver startup script (bin/startup.sh):

JAVA_OPTS="-Xms4G -Xmx4G -XX:+UseParallelGC -XX:SoftRefLRUPolicyMSPerMB=36000"

Also configured more optimization options, following these resources: