Closed GoogleCodeExporter closed 8 years ago
Could you please provide the code that uses JavaPNS? Thank you!
Original comment by sype...@gmail.com
on 23 May 2013 at 7:48
Hi there
It seems like that I resolved this problem.
That cause was memory lick to be out Null logs.
I removed the Null logs and I adjusted memory tuning.
I use thread from 10 to 30 and a list are 500, leave the memory tuning.
--------------------------------------------------------------------
JAVA_BIN=${JAVA_HOME}/bin/java
OPTS="-server -Xms516m -Xmx516m -Xmn256m "
OPTS="${OPTS} -XX:SurvivorRatio=8 -XX:PermSize=128m -XX:MaxPermSize=256m "
OPTS="${OPTS} -classpath ${CLASSPATH} "
OPTS="${OPTS} -XX:+PrintGCDetails -Xloggc:/usr/local/app/batch/temp/gc.log"
--------------------------------------------------------------------
Original comment by minzia...@gmail.com
on 3 Jun 2013 at 2:02
Closing since poster indicated the issue was fixed locally.
Original comment by sype...@gmail.com
on 10 Jul 2013 at 9:32
Original issue reported on code.google.com by
minzia...@gmail.com
on 14 May 2013 at 1:56