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
because of all the byte[] buffers, there are lots of GC's going on. This can be reduced by recycling a pool of buffers to be used when reading data from a source (such as a file or a socket).
The text was updated successfully, but these errors were encountered:
because of all the byte[] buffers, there are lots of GC's going on. This can be reduced by recycling a pool of buffers to be used when reading data from a source (such as a file or a socket).
The text was updated successfully, but these errors were encountered: