Skip Menu |

This queue is for tickets about the Bencher-Scenario-ZodiacModules CPAN distribution.

Report information
The Basics
Id: 109917
Status: resolved
Priority: 0/
Queue: Bencher-Scenario-ZodiacModules

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



Subject: Too much memory consumed in test
Right now I see in top: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 16166 eserte 30 10 8074m 7.8g 0 D 93.1 52.1 1:34.28 /bbbike/perl-5.20.0/bin/perl t/bench-ZodiacModules.t and somewhat later the test fails, probably because not enough memory is available.
On Sun Nov 29 05:36:12 2015, SREZIC wrote: Show quoted text
> Right now I see in top: > > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 16166 eserte 30 10 8074m 7.8g 0 D 93.1 52.1 1:34.28 > /bbbike/perl-5.20.0/bin/perl t/bench-ZodiacModules.t > > and somewhat later the test fails, probably because not enough memory > is available.
It seems sometimes Dumbbench will take a very long time running if it cannot get the level of accuracy it wants. Combined with a probably memory leak (e.g. in DateTime::Event::Zodiac) this could be the cause. I'm now only enabling benchmark test when EXTENDED_TESTING environment variable is turned on.