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.
Codehaus jetty ant プラグインを使用して jetty を起動する場合、JVM 引数を渡すにはどうすればよいですか?
まだ探していますが、いつでも ANT_OPTS を設定できます-つまり
export ANT_OPTS="-Xmx1000m -Xms1000m"; 蟻桟橋
きれいではありませんが、これまでに見つけた中で最高です。