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

Uwe Schindler commented on SOLR-5022:
-------------------------------------

Lucene 3 interned field names, so the 3.x codec does this, too:

{quote}
org.apache.lucene.codecs.lucene3x.TermBuffer
org.apache.lucene.codecs.lucene3x.Lucene3xFields$PreTermsEnum
{quote}

This should be fine.

{quote}
When you look at the stats file overall though, ALL the interned strings 
shouldn't take more than 1.4M (that's the size of unique strings and additional 
boilerplate).
{quote}

Too bad, so i have no idea anymore. No crazy classloaders going amok. No 
interned strings, what else can fill permgen?
                
> PermGen exhausted test failures on Jenkins.
> -------------------------------------------
>
>                 Key: SOLR-5022
>                 URL: https://issues.apache.org/jira/browse/SOLR-5022
>             Project: Solr
>          Issue Type: Test
>          Components: Tests
>            Reporter: Mark Miller
>             Fix For: 5.0, 4.4
>
>         Attachments: intern-count-win.txt, SOLR-5022.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to