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

OOM problem #107

Open
a78239636 opened this issue Sep 9, 2024 · 0 comments
Open

OOM problem #107

a78239636 opened this issue Sep 9, 2024 · 0 comments

Comments

@a78239636
Copy link

Hello, esteemed Joget developers,

I have discovered some issues during actual usage that could potentially lead to OOM (OutOfMemory) problems.

In AppUtil.findMissingPlugins, or in some similar scenarios, the code uses "string += string" within a loop. This can cause the JVM to crash quickly, even with 16GB of memory(when the app is large).

I'm new to open-source projects. Can I submit a PR to solve this problem?

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