Menu
OVERVIEW
BASIC
DOCUMENTATION
TUTORIALS
DEVELOPMENT
OTHERS
ARCHIVES
- 14.17
- 14.16
- 14.15
- 14.14
- 14.13
- 14.12
- 14.11
- 14.10
- 14.9
- 14.8
- 14.7
- 14.6
- 14.5
- 14.4
- 14.3
- 14.2
- 14.1
- 14.0
- 13.16
- 13.15
- 13.14
- 13.13
- 13.12
- 13.11
- 13.10
- 13.9
- 13.8
- 13.7
- 13.6
- 13.5
- 13.4
- 13.3
- 13.2
- 13.1
- 13.0
- 12.7
- 12.6
- 12.5
- 12.4
- 12.3
- 12.2
- 12.1
- 12.0
- 11.4
- 11.3
- 11.2
- 11.1
- 11.0
- 10.3
- 10.2
- 10.1
- 10.0
- 9.4
- 9.3
- 9.2
- 9.1
- 9.0
- 8.0
- 7.0
- 6.0
- 5.0
- 4.0
- 3.0
- 2.0
Use memory-related settings
This page is generated by Machine Translation from Japanese.
The maximum value of heap memory changes
If the contents of the crawl settings cause OutOfMemory error similar to the following.
java.lang.OutOfMemoryError: Java heap space
Increase the maximum heap memory occur. bin/setenv. [sh | bat] to (in this case the maximum value set 1024M) will change to-Xmx1024m.
Windowsの場合
...-Dpdfbox.cjk.support=true -Xmx1024m
Unixの場合
...-Dpdfbox.cjk.support=true -Xmx1024m"
Crawler side memory maximum value changes
Crawler side memory maximum value can be changed. The default is 512 m.
Unplug the commented out webapps/fess/WEB-INF/classes/fess.dicon crawlerJavaOptions to change, change the-Xmx1024m (in this case the maximum value set 1024M).
<component name="systemHelper" class="jp.sf.fess.helper.SystemHelper">
<property name="adminRole">"fess"</property>
<property name="authenticatedRoles">"role1"</property>
<property name="crawlerJavaOptions">new String[] {
"-Djava.awt.headless=true", "-server", "-XX:+UseGCOverheadLimit",
"-XX:+UseConcMarkSweepGC", "-XX:+CMSIncrementalMode",
"-XX:+UseTLAB", "-Dpdfbox.cjk.support=true", "-Xmx1024m",
"-XX:MaxPermSize=128m" }</property>
</component>