How to increase Java heap space for a tomcat app

前端 未结 10 2390
攒了一身酷
攒了一身酷 2020-12-08 09:59

There are lots of questions that ask this or a similar question.

They all give the command that has to be executed, what I don\'t understand is where do I write this

10条回答
  •  北海茫月
    2020-12-08 10:48

    • Open the server tab in eclipse
    • right click open
    • click on open lauch configuration
    • Go to arguments
    • Here you can add in VM arguments after endorsed

      -Xms64m -Xmx256m
      

提交回复
热议问题