[
https://issues.apache.org/jira/browse/LUCENE-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907604#action_12907604
]
Robert Muir commented on LUCENE-2633:
-------------------------------------
I have no problems running 'ant test' with this patch/test applied.
as mentioned on LUCENE-1990, ant allows 512MB in our build already.
i mentioned there that it would be nice to reduce this to say 256MB,
but its not causing me any problems personally and computers get more
RAM every day.
I think we should commit with the test enabled.
> PackedInts does not support structures above 256MB
> --------------------------------------------------
>
> Key: LUCENE-2633
> URL: https://issues.apache.org/jira/browse/LUCENE-2633
> Project: Lucene - Java
> Issue Type: Bug
> Affects Versions: 4.0
> Environment: All
> Reporter: Toke Eskildsen
> Assignee: Michael McCandless
> Attachments: LUCENE-2633.patch
>
>
> The PackedInts Packed32 and Packed64 fails when the internal structure
> exceeds 256MB. This is due to a missing cast that results in the bit position
> calculation being limited by Integer.MAX_VALUE (256MB * 8 = 2GB).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]