To increase the start and maximum memory that can be used by a Teiid Server (9.1.2) do the following:
vi /bin/standalone.conf
Search for JAVA_OPTS. Add "-Xms2g -Xmx2g" to the beginning . You should have after editing something like this:JAVA_OPTS="-Xms2g -Xmx2g -XX:MetaspaceSize=128M -XX:MaxMetaspaceSize=512m -Djava.net.preferIPv4Stack=true"
Sem comentários:
Enviar um comentário