On Tue, Feb 05, 2013 at 10:46:45AM -0800, Kelven Yang wrote: > Spring should not introduce continuous run-time memory consumption. We are > not expecting to see memory to continuously increase just because of using > Spring, if it does so, need to nail down what has caused that. > > > For maven JVM settings, a trimmed-down version of following works on my Mac > > -XX:MaxPermSize=128m -Xmx512m > > Kelven >
Having not tested this myself, are we seeing a leak / growth over time or simply an increased memory footprint for the MS? -chip