Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1 つの Java アプリに対してのみ Java_opts メモリを設定する必要があります。私のプログラムは Maven プロジェクトです。環境全体ではなく、自分のプログラムに設定する方法はありますか?
Mavenライフビルド中にプログラムを実行している場合は、MAVEN_OPTSを設定できます。