Need to understand and configure VNA memory
search cancel

Need to understand and configure VNA memory

book

Article ID: 196838

calendar_today

Updated On:

Products

CA Performance Management - Usage and Administration CA Virtual Network Assurance CA Spectrum DX NetOps

Issue/Introduction

The VNA server is slow since I added several new engines.

Where can I manage how much memory VNA is set to use?

Environment

DX NetOps Virtual Network Administration any version

Cause

VNA is a java application that runs ‘within’ Wildfly.

During the install the default memory value is 4g

Resolution

Since VNA runs ‘within’ Wildfly, we need to look at the memory settings for Wildfly server.

/opt/CA/VNA/wildfly/bin/standalone.conf

  

     if [ "x$VNA_MAX_MEM" = "x" ]; then

         VNA_MAX_MEM=4096m

Adjust this value as needed but make sure to leave enough resources for the OS and mysql.

Additional Information

You can monitor the heap usage for VNA using this techdoc:

https://knowledge.broadcom.com/external/article/196845/

Make sure your install meets minimum specs:

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/virtual-network-assurance/22-2/installing.html