Hi Morten,

On Thu, 08 Oct 2009 21:10:52 +0200, Morten Omholt Alver  
<mortenal...@gmail.com> wrote:

> would it be a simple matter to change the heap size limit in a default
> JabRef installation in Windows? I assume it would take changes to the
> launcher script.

I think this should just require a change to launcher.nsi:

Replace

   StrCpy $R0 '"$R0" -jar "${JARFILE}" $R1'

with

   StrCpy $R0 '"$R0" -Xms32m -Xmx512m -jar "${JARFILE}" $R1'

Regards,
   Christopher



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jabref-devel mailing list
Jabref-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jabref-devel

Reply via email to