When starting jetty using Codehaus jetty ant plugin, how can I pass JVM args?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
still looking, myself, but you can always set the ANT_OPTS - i.e. export ANT_OPTS="-Xmx1000m -Xms1000m"; ant jetty not pretty, I know, but best I've found so far. |
|||
|
|