# Set the default memory options for the Java VM which apply to both 32 and 64-bit VM's.
# These values can be overridden in the user .conf file, see the comment at the top of this file.
AddVMOption -Xms128M
AddVMOption -Xmx800M
把下面这个参数调大,先看看你的机器上有多少内存,空闲内存还有多少,如果内存够大的话,-Xmx调大:
AddVMOption -Xmx2048M