1

I need to set Java_opts memory things for only one Java app. My program is a Maven project. Is there any way that I can just set it to my program, not the whole environment?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
lucky_start_izumi
  • 2,511
  • 13
  • 41
  • 61

1 Answers1

1

If you're executing your program during the maven life build, you can set the MAVEN_OPTS.

ant
  • 22,634
  • 36
  • 132
  • 182