xuyicheng1995 commented on issue #4475:
URL: https://github.com/apache/shenyu/issues/4475#issuecomment-1471293162
code like this:
public static void mswtMapTest() {
for (int i = 0; i < 10; i++) {
MemorySafeWindowTinyLFUMap<String, Byte[]> map = new
MemorySafeWindowTinyLFUMap<>(1, 100);
map.put(String.valueOf(i), new Byte[M_1 * 2]);
map = null;
// 手动GC
}
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]