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
hjelmevold
changed the title
createImagePlaceholder() creates objects that remain in memory
imagePlaceholder() creates objects that remain in memory
Nov 14, 2023
If a significant amount of calls are made to a controller code that executes the following line:
…the Java Heap fills up with 9MB large objects that remain in memory, eventually causing lots of Garbage Collection and high server load.
The text was updated successfully, but these errors were encountered: