I scour the Internet to find out how much memory a java process can process on a linux (red-hat) machine. (I'm not talking about the heap, but rather the whole amount of memory occupied by the java process )
I do not have permission to do anything on this computer. Therefore, I can’t just execute a program that consumes memory up to the state “Without memory”.
However, I have permission to check configuration files, etc. (for example: I tried to execute cat / proc / meminfo, but I can't figure it out, it looks like none of its results match the parameter I want to know).
I tested the java program on a separate machine with red hats, on which I have permission to run programs, and I could see that the java program grows to about 3 GB.
Is there a way to find out how much memory a process can get?
linux memory process out-of-memory
rk2010
source share