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
We have an offline push service. After running for a few months, an out of memory issue occurred.
By analyzing memory snapshots, it was found that there are hundreds of thousands of DefaultPromise stacked in ApnsChannelPool.pendingAcquisitionPromises
We had to restart the service regularly before this issue was fixed.
pushy:0.15.4
jdk:11.0.25
netty:4.1.101.Final
The text was updated successfully, but these errors were encountered:
Hi,
We have an offline push service. After running for a few months, an out of memory issue occurred.
By analyzing memory snapshots, it was found that there are hundreds of thousands of DefaultPromise stacked in ApnsChannelPool.pendingAcquisitionPromises
We had to restart the service regularly before this issue was fixed.
pushy:0.15.4
jdk:11.0.25
netty:4.1.101.Final
The text was updated successfully, but these errors were encountered: