Solutionunvalidated
you could: Limit Direct Memory: `-XX:MaxDirectMemorySize=512m` Reduce Stack Size: `-Xss512k` Enable GC Logging: `-Xlog:gc*:file=/tmp/gc.log:time,level,tags` — If you get OOMKilled despite NMT showing more available memory. Outcome: The following script can assist in issue analysis.
0e380126-6037-4917-b78f-b945cb1e9ded
you could:
Limit Direct Memory: -XX:MaxDirectMemorySize=512m
Reduce Stack Size: -Xss512k
Enable GC Logging: -Xlog:gc*:file=/tmp/gc.log:time,level,tags — If you get OOMKilled despite NMT showing more available memory. Outcome: The following script can assist in issue analysis.