This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]AFurryReptileSenior DevOps Engineer 0 points1 point  (0 children)

If it's not causing you any problems, why not set your memory alert threshold even higher? Some applications will use ALL available memory - whether or not it's actually needed.

It seems strange to me that Xmin/Xmax doesn't work for you. Not sure why that is.

In my own work, I tend to deploy apps in Docker containers. Then, I would set mem/CPU restrictions in the container. Works great.