Container Tuning Guidelines

Factors such as user load, or the number of tasks performed by an application, can impact the performance metrics like disk space and memory of the container that the application is using. For many applications, increasing the available memory can improve overall performance. Similarly, running additional instances of an application can allow the application to handle increase in user load and concurrent requests. These adjustments are called as scaling an application.

Note: To optimize heap memory usage at runtime, set the MEMORY_LIMIT environment variable to the configured memory. For more information