How to determine the process memory limit in Linux?

前端 未结 3 785
遥遥无期
遥遥无期 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:37

    ulimit is your friend. Java processes are no different than any others. But if you can't even run ulimit -a, it's hard to answer your question.

提交回复
热议问题