You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: