ParNew Allocation Failure
Nicolas VIAL
dahouet at gmail.com
Wed Feb 13 04:40:24 PST 2013
Hello
I'm trying to use HugePages on a high memory server.
Seems to be working fine except for this king of error messages :
ParNew occured at 2013-02-13 13:34:57.469, took 77ms (Allocation Failure)
eden(-838912) old(+103897)
JVM started with :
d64
XX:+UseCompressedOops
server
Xms30720M
Xmx30720M
XX:+UseLargePages
XX:PermSize=512m
XX:MaxPermSize=512m
XX:NewSize=1024m
XX:MaxNewSize=1024m
XX:InitialCodeCacheSize=256m
XX:ReservedCodeCacheSize=256m
XX:CompileThreshold=1000
XX:+UseParNewGC
XX:+PrintGCDetails
Statistics :
gc(ParNew)[count=20, time=2839], gc(MarkSweepCompact)[count=2, time=472],
eden[used=405995, commited=838912], survivor[used=104832, commited=104832],
old[used=2771853, commited=30408704], perm[used=126512, commited=1048576],
code[used=24987, commited=262144], compile[count=7492, time=69911,
invalidated=0, failed=4, threads=2], threads[count=391, daemon=25,
total=397, internal=15], class[loaded=18682, unloaded=0, initialized=11504,
loadtime=8524, inittime=2783, veriftime=4048], descriptors[open=335],
os[loadavg=0%, physicalfree=4557952, swapfree=4194296, virtual=39611076],
cpu[load=0%], disk[rate=75319, used=35%]
Using :
java version "1.7.0_13"
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
Hope i can get some help
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20130213/1ed10867/attachment.html
More information about the hotspot-gc-use
mailing list