mirror of https://github.com/apache/lucene.git
Intellij config: raise max mem for analyzers-common module tests (many tests are OOMing)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
25e0cc33c4
commit
09885620da
|
@ -15,7 +15,7 @@
|
|||
<module name="analysis-common" />
|
||||
<option name="TEST_OBJECT" value="package" />
|
||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/idea-build/lucene/analysis/common" />
|
||||
<option name="VM_PARAMETERS" value="-ea -DtempDir=temp" />
|
||||
<option name="VM_PARAMETERS" value="-Xmx256m -ea -DtempDir=temp" />
|
||||
<option name="TEST_SEARCH_SCOPE"><value defaultName="singleModule" /></option>
|
||||
</configuration>
|
||||
<configuration default="false" name="Module analyzers-icu" type="JUnit" factoryName="JUnit">
|
||||
|
|
Loading…
Reference in New Issue