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?
All supported DX NetOps Spectrum releases
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:
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.