--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/e5b1ff6a-9665-4f68-a8e2-800aca420f8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/38e12653-804d-4bf4-b5c3-3b799af5393a%40googlegroups.com.
Clement
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/38e12653-804d-4bf4-b5c3-3b799af5393a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "vert.x" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vertx/_FpwNweCXz8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/FA0A1FC5-F242-4EAC-AA0B-FCD15D6ADDCE%40gmail.com.
On 2 Dec 2017, at 11:59, Arkady Bron <arkad...@gmail.com> wrote:Thank you Clement.I went directly into the vertx script and tried adding the following:JAVA_OPTS="-Xms3072m -Xmx4096m"This didn't help - the commandjava -XX:+PrintFlagsFinal -version | grep HeapSizecontinues to showuintx MaxHeapSize := 1851785216I tried extending the default value of JVM_OPTS to the following one:JVM_OPTS="-XX:+UseBiasedLocking -XX:BiasedLockingStartupDelay=0 -Xms3072m -Xmx4096m"This didn't help either.Was the support of JAVA_OPTS and JVM_OPTS tested? What am I doing wrong here while trying to increase the maximum jvm heap size???
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/CA%2B_BJqwPJPYSwv2kEXgoAunNjUafr0MwVfBdg9Ar4jHKOrgf1g%40mail.gmail.com.
Clement
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/38e12653-804d-4bf4-b5c3-3b799af5393a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "vert.x" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vertx/_FpwNweCXz8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
#! /bin/sh
JAVA_OPTS="-Xms2048m -Xmx4096m"
java ${JAVA_OPTS} -XX:+PrintFlagsFinal -version | grep HeapSize