I keep receiving a bug that states: "java.lang.OutOfMemoryError: Java heap space." What does this mean?
Submitted by dlts on Tue, 07/28/2009 - 16:10
On a Macintosh:
- Right click on the AT application and select show contents
- In the contents folder open info.plist (this should launch the Property list editor)
- Open root -> java -> VMOptions
- Change -Xmx256M to either -Xmx512M or -Xmx1G depending on how much memory you want to allocate
On Windows XP (this should be the same for Vista)
- Open the Archivists Toolkit lax file in your favorite text editor
- Find the following line:
lax.nl.java.option.java.heap.size.max=
- Change the value which is expressed in bytes
256M = 268435456
512M = 536870912
1G = 1073741824
If this does not solve the memory problem, switch to a 64-bit Windows 7 machine using 64-bit JRE (the version that is bundled with the Archivists' Toolkit is 32-bit) which has at least 6GB of memory and change settings to something like:
4GB = 4294967296
- Login to post comments
Application Bugs
Bug reports can
be transmitted using the bug report function in the application. Otherwise they should be sent to the AT project at info@archiviststoolkit.org
Other comments or questions should also be sent to info@archiviststoolkit.org
Copyright 2006-2009