Closed GoogleCodeExporter closed 9 years ago
I don't know of any reason why Caliper would get a NSME. I wonder if there's a
dependency conflict or something going on there. Does mvn dependency:analyze
report anything suspicious?
Original comment by gak@google.com
on 27 Nov 2013 at 3:22
Oh, and as for the second part… It looks like you're running a pretty
heavyweight benchmark. By default Caliper is set up to run microbenchmarks
(https://code.google.com/p/caliper/wiki/JavaMicrobenchmarks), so any run that
takes longer than 5 min. would be highly suspicious and likely broken. The
solution is right in the output: "The limit may be adjusted using the
--time-limit flag"
Original comment by gak@google.com
on 27 Nov 2013 at 3:27
I think this issue can be closed. After I upgraded the version of math
libraries on my pom file, this went away.
Original comment by forman...@gmail.com
on 6 Dec 2013 at 6:43
The other problem I am seeing even when I allocate about 4 gigs of memory
during runtime instrumentation, I see warnings of high GC! Is it possible that
I have to allocate more ?
Original comment by forman...@gmail.com
on 6 Dec 2013 at 6:45
Glad you fixed the issue. It might be possible that you need more heap. For
instance, a loop that adds two ints, but boxes the result will end up with a
small amount per rep, but a lot of reps.
Original comment by gak@google.com
on 6 Dec 2013 at 6:53
Original issue reported on code.google.com by
forman...@gmail.com
on 26 Nov 2013 at 9:47Attachments: