1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 Perfcharts Tomcat V1R1
  4. VCPF-67-000014 – Performance Charts must be configured with memory leak protection.

VCPF-67-000014 – Performance Charts must be configured with memory leak protection.

Details

The Java Runtime environment can cause a memory leak or lock files under certain conditions. Without memory leak protection, Performance Chart can continue to consume system resources that will lead to ‘OutOfMemoryErrors’ when reloading web applications.

Memory leaks occur when JRE code uses the context class loader to load a singleton. This will cause a memory leak if a web application class loader happens to be the context class loader at the time. The ‘JreMemoryLeakPreventionListener’ class is designed to initialize these singletons when Tomcat’s common class loader is the context class loader. Proper use of JRE memory leak protection will ensure that the hosted application does not consume system resources and cause an unstable environment.

Solution

Navigate to and open /usr/lib/vmware-perfcharts/tc-instance/conf/server.xml.

Navigate to the node.

Add ‘‘ to the node.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles