Spectrum WebApp client memory allocation
search cancel

Spectrum WebApp client memory allocation

book

Article ID: 195198

calendar_today

Updated On:

Products

Spectrum Network Observability

Issue/Introduction

How and where can we allocate memory for the WebApp user sessions? 

What's the best method to determine how much memory each user session is using?

Environment

All supported DX NetOps Spectrum releases

 

Resolution

There is no way to cap the maximum memory allocation for all concurrent WebApp sessions so it is important to tune the OS properly for the expected number of users.

By default each WebApp Session is capped at a maximum of 1024MB (1GB).  (This is not a hard cap and in some instances, the process can go over, due to Garbage Collection, JIT Optimization, Off-heap allocations, etc)

You can view or modify the setting as follows:

 
 
 
 

Additional Information

See the Memory Requirements for OneClick WebApp documentation topic for additional details.

To increase WebSwing Tomcat Server Memory see the How to Increase WebApp Client and Server Memory Allocation KB article for additional details.