eclipse-californium / californium.tools

Californium project
Other
59 stars 57 forks source link

cf-coapbench memory leak when measuring RTTs #2

Closed mkovatsc closed 8 years ago

mkovatsc commented 10 years ago

When logging the latency percentiles of servers with very high throughput, CoAPBench starts to mix up MIDs and randomly causes OutOfMemory exceptions.

Current workaround is to use "-Xms8192m -Xmx8192", however, sometimes failures still occur and not all machines have >>8 GiB RAM...

mkovatsc commented 9 years ago

The MID problem is caused when they are reused before their lifetime ended (i.e., because the endpoints send with a rate higher than the maximum of 2^16/247s).

mkovatsc commented 8 years ago

Looks like a false alarm, since the MID problem is caused by something else and the memory usage is simply enormous at high throughput... closing.