lucky_start_izumi
lucky_start_izumi

Reputation: 2591

Java_opts settings for a program

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?

Upvotes: 1

Views: 1147

Answers (1)

ant
ant

Reputation: 22948

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

Upvotes: 1

Related Questions