Note: This applies to DocuShare 6.5.3.
Issue
When running verifyindex command the following error is displayed.
Error: Too small initial heap or java heap space error
Solution
1. Make a backup of \bin\verifyindex.bat (verifyindex.sh if using Linux), by making a copy and moving it to another location or making a copy and renaming it.
Where is replaced with the installation directory for DocuShare. The default installation path is C:\Xerox\Docushare. Depending on your installation environment the path may vary.
2. Open a copy of the verifyindex.bat (verify index.sh if using Linux) file in a text editor.
3. Change the values “–Dcom.xerox.docushare.install=%DOCUSHARE_HOME% -Xmx80m –Xmx100m†to “–Dcom.xerox.docushare.install=%DOCUSHARE_HOME% -Xmx256m –Xmx512mâ€
4. Save the file with same extension. (example .bat or .sh)
Solution Published: December 9th, 2013
Solution ID: 1411