How to determine the process memory limit in Linux?

前端 未结 3 783
遥遥无期
遥遥无期 2020-12-15 10:03

I have been scouring the internet to find out how much memory a java process can take on a linux (red-hat) machine. ( I am not talking about heap; rather, the entire amount

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 10:33

    Here's a useful read: Limiting time and memory consumption of a program in Linux, which lead to the timeout tool, which lets you cage a process (and it's forks) by time or memory consumption.

提交回复
热议问题