Troubleshooting a ~40-second minor collection
Aaron Daubman
daubman at gmail.com
Mon Dec 2 14:26:43 PST 2013
Hi Bernd,
Thanks for the info.
This is a numa machine, however, as part of setting up hugepages, I have
disabled numa (numa=off) in grub.conf (and have also disabled transparent
huge page support).
The JVM process is the only significant process (aside from the high-rate
data copy tar/nc/pigz) running on this 32-core, 2-node 64G RAM box. The tar
process is limited to using one CPU (close to 100%) but leaving 31 others
free for the JVM - load average on the box is fairly low.
The JVM process is spread fairly evenly over the nodes - watching htop I
can see CPU jumping around among the 32 cores.
Do you know what I might look at to see network/disk driver missbehavior?
Thanks!
Aaron
On Mon, Dec 2, 2013 at 5:21 PM, Bernd Eckenfels <bernd-2013 at eckenfels.net>wrote:
> Hello Aaron,
>
> another rough guess is, that when you "copy high rate" that you have a lot
> of system interrupt time and conext switches (especially when the network
> or disk drivers are missbehaving).
>
> I wonder if if this can really slow down the GC so much, but it would be
> the next thing I would investigate.
>
> Is this a NUMA machine? Is the JVM process spread over multiple nodes?
>
> Gruss
> Bernd
>
>
> Am 02.12.2013, 23:14 Uhr, schrieb Aaron Daubman <daubman at gmail.com>:
>
> _______________________________________________
> hotspot-gc-use mailing list
> hotspot-gc-use at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20131202/d4cdb40d/attachment.html
More information about the hotspot-gc-use
mailing list