Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.OutOfMemoryError: GC overhead limit exceeded #981

Open
syc87 opened this issue Feb 3, 2021 · 0 comments
Open

java.lang.OutOfMemoryError: GC overhead limit exceeded #981

syc87 opened this issue Feb 3, 2021 · 0 comments

Comments

@syc87
Copy link

syc87 commented Feb 3, 2021

ReleaseStateUpdateService.updateReactively calls releaseRepository.findAll every 5 seconds.
When there are a lot of published releases, It's very easy to cause memory overflow.
Because PKG_JSON_STRING is a very large string.
Even if OOM not happen, The program will get slower and slower.

PS:I'm developing an ETL platform.I expect to be able to run more tasks on very cheap devices.
so I expanded a new appDeployer which is alows stream app to run in threads.

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

No branches or pull requests

1 participant