roycezhc / javapns

Automatically exported from code.google.com/p/javapns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OutofMemoryError

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.Memory leaks after getting certification_revoked error
2.
3.

What is the expected output? What do you see instead?
No memory leaks

What version of the product are you using? On what operating system?
2.2

Please provide any additional information below.
I am using MultiThreading, running 30 threads, trying to send 50k notifications,
I am getting lots and lots of certification_revoked error. out of 1000 push 
notifications, just 100-200 are successful, for the rest of the tokens I am 
getting certificate_revoked error..This is so annoying...Finally I got the 6GB 
heap dump, Entire 6GB is filled with push notification related collections and 
threads...Please fix this ASAP... Also, If its certification revoked_error, 
then why its working only for certain tokens....

Original issue reported on code.google.com by coder.a...@gmail.com on 19 Aug 2013 at 6:37