[
https://issues.apache.org/jira/browse/GEODE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18114959#comment-18114959
]
ASF subversion and git services commented on GEODE-10557:
---------------------------------------------------------
Commit 8692281b59fdaa55063c05cd439b6aca7734a46d in geode's branch
refs/heads/feature/GEODE-10531 from Jinwoo Hwang
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8692281b59 ]
GEODE-10557: Increase geode-lucene integration test heap size to 16GB (#7985)
Problem:
geode-lucene:integrationTest fails with OutOfMemoryError: Java heap space
during classpath scanning (ClassGraph loading Gfsh commands) on CI environments.
Root Cause:
Jakarta EE migration introduced ByteBuffersDirectory which may have different
memory characteristics than the previous implementation. The existing 12GB heap
allocation is insufficient when running the full integration test suite in
resource-constrained CI environments.
Solution:
Increased integrationTest.maxHeapSize from 12g to 16g in
geode-lucene/build.gradle.
Impact:
Low risk - only affects test execution memory allocation, no production code
changes.
> geode-lucene:integrationTest fails with OutOfMemoryError
> --------------------------------------------------------
>
> Key: GEODE-10557
> URL: https://issues.apache.org/jira/browse/GEODE-10557
> Project: Geode
> Issue Type: Improvement
> Reporter: Jinwoo Hwang
> Assignee: Jinwoo Hwang
> Priority: Major
>
> *Problem:*
> {{geode-lucene:integrationTest}} fails with {{OutOfMemoryError: Java heap
> space}} during classpath scanning (ClassGraph loading Gfsh commands) on CI
> environments.
> *Root Cause:*
> Jakarta EE migration introduced {{ByteBuffersDirectory}} which may have
> different memory characteristics than the previous implementation. The
> existing 12GB heap allocation is insufficient when running the full
> integration test suite in resource-constrained CI environments.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)