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
fix(Point): prevent ThreadLocal memory leak in StringBuilder (#1019) (#1020)
Introduced a maximum capacity threshold (64KB) for the cached StringBuilder. If the capacity exceeds this threshold, the StringBuilder is discarded and replaced to prevent Old Gen exhaustion in long-lived threads.
Co-authored-by: qiuyucheng <qiuyucheng@qq.com>
0 commit comments