On 03/11/17 01:37, Michael Vorburger wrote: > > quickly wrote ThreadExplosion.java just attached to NETVIRT-974 to > convince myself that's unlikely it (because that would "just" cause an > "java.lang.OutOfMemoryError: unable to create new native thread", but > not what you're seeing here)..
Depends on access pattern and other processes (and what they are doing) in the VM. The OOM you are seeing happens in allocation path and can properly be reported. This does not cover the case when overcommitted memory is first reserved without materializing the mapping -- such materialization happens in page faults, etc. Bye, Robert
signature.asc
Description: OpenPGP digital signature
_______________________________________________ controller-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/controller-dev
