Skip to content

fix(advisor): Avoid OutOfMemoryError by switching from DAO to DSL API - #2610

Merged
wkl3nk merged 1 commit into
eclipse-apoapsis:mainfrom
boschglobal:wkl3nk/advisor-switch-to-dsl-api-for-deduplication
Apr 29, 2025
Merged

fix(advisor): Avoid OutOfMemoryError by switching from DAO to DSL API#2610
wkl3nk merged 1 commit into
eclipse-apoapsis:mainfrom
boschglobal:wkl3nk/advisor-switch-to-dsl-api-for-deduplication

Conversation

@wkl3nk

@wkl3nk wkl3nk commented Apr 29, 2025

Copy link
Copy Markdown
Contributor

Change existence checks for vulnerabilities and references from Exposed DAO API to Exposed DSL API. This avoids using the EntityCache, reducing memory consumption and preventing OutOfMemoryError during large scans.

@wkl3nk
wkl3nk force-pushed the wkl3nk/advisor-switch-to-dsl-api-for-deduplication branch from 35f9afd to 2bed1d2 Compare April 29, 2025 08:24
Change existence checks for vulnerabilities and references from
Exposed DAO API to Exposed DSL API. This avoids using the EntityCache,
reducing memory consumption and preventing OutOfMemoryError during
large scans.

Signed-off-by: Wolfgang Klenk <[email protected]>
@wkl3nk
wkl3nk force-pushed the wkl3nk/advisor-switch-to-dsl-api-for-deduplication branch from 2bed1d2 to 8427e32 Compare April 29, 2025 08:52
@wkl3nk
wkl3nk enabled auto-merge April 29, 2025 08:57
@wkl3nk
wkl3nk added this pull request to the merge queue Apr 29, 2025
Merged via the queue into eclipse-apoapsis:main with commit 15f46fb Apr 29, 2025
@wkl3nk
wkl3nk deleted the wkl3nk/advisor-switch-to-dsl-api-for-deduplication branch April 29, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants