mirror of https://github.com/apache/lucene.git
LUCENE-3700: give enough ram so that you can build naist-jdic with java 5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f562a8a0dc
commit
e869b1fbf7
|
@ -80,7 +80,8 @@
|
|||
<delete verbose="true">
|
||||
<fileset dir="src/resources/org/apache/lucene/analysis/kuromoji/dict" includes="**/*"/>
|
||||
</delete>
|
||||
<java fork="true" failonerror="true" maxmemory="756m" classname="org.apache.lucene.analysis.kuromoji.util.DictionaryBuilder">
|
||||
<!-- TODO: optimize the dictionary construction a bit so that you don't need 1G -->
|
||||
<java fork="true" failonerror="true" maxmemory="1g" classname="org.apache.lucene.analysis.kuromoji.util.DictionaryBuilder">
|
||||
<classpath>
|
||||
<path refid="tools.classpath"/>
|
||||
<pathelement path="${build.dir}/classes/tools"/>
|
||||
|
|
Loading…
Reference in New Issue