gpg: Signature made Tue May 6 14:52:01 2008 UTC using DSA key ID 715FC6D7
gpg: Good signature from "NextGen$ <nextgens@laposte.net>"
gpg: aka "NextGen$ <nextgens35@laposte.net>"
gpg: aka "Florent Daignière <florent.daigniere@laposte.net>"
* Daniel Cheng <j16sdiz+freenet@???> [2008-05-06 22:46:17]:
> On Tue, May 6, 2008 at 10:31 PM, <nextgens@???> wrote:
> > Author: nextgens
> > Date: 2008-05-06 14:31:49 +0000 (Tue, 06 May 2008)
> > New Revision: 19793
> >
> > Modified:
> > trunk/apps/new_installer/res/wrapper.conf
> > Log:
> > new_installer: put a comment in wrapper.conf
> >
> > Modified: trunk/apps/new_installer/res/wrapper.conf
> > ===================================================================
> > --- trunk/apps/new_installer/res/wrapper.conf 2008-05-06 13:55:50 UTC (rev 19792)
> > +++ trunk/apps/new_installer/res/wrapper.conf 2008-05-06 14:31:49 UTC (rev 19793)
> > @@ -9,6 +9,8 @@
> > wrapper.java.additional.1=-Dnetworkaddress.cache.ttl=0
> > wrapper.java.additional.2=-Dnetworkaddress.cache.negative.ttl=0
> > wrapper.java.additional.3=-enableassertions:freenet
> > +# You might want to set the following line if you have changed java.maxmemory
> > +# wrapper.java.additional.4=-XX:MaxPermSize=
>
> Why?
Because it makes sense?
> Did you see any PermGen space OOM in recent builds?
Yes but from a user who was trying to insert a *huge* file...
> If yes, try to revert r19765.
> (that patch introduced a String.intern() accidentally)
Will do if I see more reports.