Try to edit your dspace.sh (or dspace.bat) this way: 1. if "%JAVA_OPTS%"=="" set JAVA_OPTS=-Xmx768m 2. java %JAVA_OPTS% -Xmx768m -classpath "%DSPACE_CLASSPATH%" org.dspace.app.launcher.ScriptLauncher %*
Tune your tomcat to use more ram to jvm heap > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 9 Oct 2014 11:37:44 -0400 > From: Jose Blanco <[email protected]> > Subject: [Dspace-tech] java.lang.OutOfMemoryError: Java heap space > To: Dspace-Tech <[email protected]> > Message-ID: > <CAK=Kc-tod3-k+ommtu=ojRYsk=siowzpUea4pJwCrw0ULo=N=g...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > I'm getting this error when running > >./dspace filter-media > > I've tried to increase the size, but keep getting the error. Any ideas? > > Thank you! > Jose > > > > ------------------------------ ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

