DLP VM shared memory pool best practices.
search cancel

DLP VM shared memory pool best practices.

book

Article ID: 242295

calendar_today

Updated On:

Products

Data Loss Prevention Endpoint Prevent

Issue/Introduction

Server is getting out of memory issues and the environment is using a shared pool for memory management.

Environment

All

Resolution

Customers have been setting the JVM min and max server values in order to preallocate memory. 

As a bad example:

In this case the settings will force the system to always use 4GB of memory. This is not required. 

The max memory should always be set to what is able to be used on the system with the baseline OS needs and some overhead calculated in. But there is no need to pre-allocate memory on the box in a shared memory configuration.

Generally speaking using shared memory is not recommended since there could be resource contention on the baremetal solutions and IO related slowdowns.