VERDE Tomcat Memory Issue. 15 or More Users trying to login to VERDE at the same time. The MC and System Lock up

VERDE Tomcat Memory Issue. 15 or More Users trying to login to VERDE at the same time. The MC and System Lock up

Product Line:  VERDE

VERDE 8.2 with more than 10 users logging into VERDE at the same time, requires more Tomcat memory.  This is fixed in VERDE 8.2.1  Here are instructions to make the change.

vi /usr/lib/verde/bin/verde-start-tomcat.sh

Change:

if [ -n "$development_settings" ] ; then

export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=512m"

else

export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=512m"

fi

 

TO

 

if [ -n "$development_settings" ] ; then

export JAVA_OPTS="-Xms2048m -Xmx2048m -XX:MaxMetaspaceSize=512m"

else

export JAVA_OPTS="-Xms2048m -Xmx2048m -XX:MaxMetaspaceSize=512m"

fi


Save the change and restart Tomcat as follows:


/usr/lib/verde/bin/verde-start-tomcat.sh restart 


    • Related Articles

    • Restarting Tomcat Services

      Product Line:  VERDE   ISSUE:  VERDE uses a web application server (Tomcat) to manage its web services and VERDE Management Console. The service is automatically started when VERDE starts or restarts, but there may be situations when the service ...
    • VERDE VDI Optimization for Windows 10

      Product Line:  VERDE   Introduction   A basic Windows 10 ISO is not configured by default for VDI implementation.  If not configured correctly, a Windows 10 guest will consume a a large amount of CPU, Memory and network resources per desktop. The ...
    • Restrict the Number of CM candidates to Two in VERDE

      Product Line:  VERDE ISSUE:  When a VERDE environment is configured with more than two Cluster Master (CM) candidates, you could potentially receive the following message when the first CM fails over: ERROR: THERE IS NO ACTIVE CLUSTER MASTER IN THE ...
    • HTTP 500 status JAVA out of memory error - When Launching the VERDE Management Console

      Product Line:  VERDE ISSUE:  The user receives an "HTTP 500 status JAVA out of memory error" JAVA out of memory error in the VERDE Management Console log. This situation may be caused because the Java Virtual Machine (JVM) is reaching its limit. The ...
    • FAQ: VERDE 8.2 Frequently Asked Questions.

      VERDE 8.2 FAQs:   What’s new in VERDE 8.2? VERDE 8.2 is our latest VERDE-VDI offering and has been upgraded to use the latest Red Hat / CentOS QEMU-KVM modules for increased performance and hardware emulation capabilities.  This means that we are now ...