ministryofjustice / hmpps-probation-integration-services

A collection of small, domain-focused integrations to support HMPPS Digital services that need to interact with probation data.
https://ministryofjustice.github.io/hmpps-probation-integration-services/tech-docs
MIT License
2 stars 0 forks source link

PI-2573 Use LS_JAVA_OPTS instead of JDK_JAVA_OPTIONS in Logstash #4304

Closed marcus-bcl closed 1 week ago

marcus-bcl commented 1 week ago

Before:

JVM bootstrap flags: [-XX:MaxRAMPercentage=75.0, -Xms1g, -Xmx1g, ...

After:

JVM bootstrap flags: [-Xms1g, -Xmx1g, ..., -Xms3g, -Xmx3g, ...