You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2012/05/04 21:10:48 UTC

[jira] [Commented] (LUCENE-4029) TestNorms OOM

    [ https://issues.apache.org/jira/browse/LUCENE-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268629#comment-13268629 ] 

Michael McCandless commented on LUCENE-4029:
--------------------------------------------

I think we just have to add the @UseNoMemoryExpensiveCodec annotation to this test...

With this seed it got MemoryPostingsFormat for body & title field, it got RAMDirectory (for both indices), and body field got variable-length payloads filter from MockAnalyzer (for the 2nd index).  The resulting FST (for MemoryPostingsFormat) is ~72 MB. It also optimizes in the end, so that's ~3X copies of that FST...
                
> TestNorms OOM
> -------------
>
>                 Key: LUCENE-4029
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4029
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>
> https://builds.apache.org/job/Lucene-trunk/1917/consoleText
> it uses linedocs so you need the special file.
> ant test -Dtestcase=TestNorms -Dtests.method=testNormsNotPresent -Dtests.seed=DD43C1EE3741DA4F -ests.locale=en_CA -Dtests.timezone=Australia/Brisbane -Dtests.multiplier=3 -Dtests.nightly=true -Dargs="-Dfile.encoding=ISO8859-1"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org