Commit 0f7da6c6 authored by Ignacio's avatar Ignacio
Browse files

Cambia las GEOSERVER_OPTS

parent cd575344
Loading
Loading
Loading
Loading
+11 −19
Original line number Diff line number Diff line
@@ -10,28 +10,20 @@ ENV DEBIAN_FRONTEND="noninteractive" \
	GEOSERVER_DATA_DIR="/var/geoserver/data" \
	GEOSERVER_HOME="/opt/geoserver" \
	GEOSERVER_LOG_DIR="/var/log/geoserver" \
	GEOSERVER_OPTS="-server \
		-XX:+AggressiveOpts \
		-XX:+HeapDumpOnOutOfMemoryError \
		-XX:MaxNewSize=256m \
		-XX:NewSize=256m \
		-XX:MaxMetaspaceSize=128m \
		-XX:SurvivorRatio=12 \
		-XX:MaxTenuringThreshold=0 \
		-XX:+UseConcMarkSweepGC \
		-XX:+CMSIncrementalMode \
		-XX:+CMSIncrementalPacing \
		-XX:+CMSClassUnloadingEnabled \
		-XX:+DisableExplicitGC \
		-XX:+UseTLAB \
		-XX:SoftRefLRUPolicyMSPerMB=36000 \
	GEOSERVER_OPTS="-Djava.awt.headless=true \
		-server \
		-XX:PerfDataSamplingInterval=500 \
		-Dorg.geotools.referencing.forceXY=true \
		-XX:SoftRefLRUPolicyMSPerMB=36000  \
		-XX:NewRatio=2 \
		-XX:+CMSClassUnloadingEnabled \
		-Djavax.servlet.request.encoding=UTF-8 \
		-Djavax.servlet.response.encoding=UTF-8 \
		-Dorg.geotools.shapefile.datetime=true \
		-XX:+UnlockExperimentalVMOptions \
		-XX:+UseCGroupMemoryLimitForHeap \
		-XX:MaxRAMFraction=2 \
		-Djava.awt.headless=true \
		-Dorg.geotools.referencing.forceXY=true \
		-Djava.library.path=/usr/share/java:/opt/libjpeg-turbo/lib64:/usr/lib/jni" \
		-XX:+UseCGroupMemoryLimitForHeap \
		-Djava.library.path=/usr/share/java:/opt/libjpeg-turbo/lib64:/usr/lib/jni"
	GOOGLE_FONTS="Open%20Sans Roboto Lato Ubuntu" \
	NOTO_FONTS="NotoSans-unhinted NotoSerif-unhinted NotoMono-hinted" \
	GEOSERVER_PORT="8080"