Closed GoogleCodeExporter closed 9 years ago
Realized that iamges can be attached to ticket.
Original comment by kaln...@gmail.com
on 17 Oct 2013 at 6:22
Attachments:
In case there is a high frequency of sql hits (for example, more than 100000
sql hits per minute), there is a new parameter
"connections-stack-traces-disabled" to optimize by optionally disabling
stack-traces of opened jdbc connections.
You can add the system property
-Djavamelody.connections-stack-traces-disabled=true to use the parameter.
Note: This is for a case quite extreme, like in a frenetic load test. Using
this parameter, is not necessary in other cases.
It's committed in trunk (revision 3555) and ready for the next release (1.48).
I have made a new build from trunk and it is available at:
https://javamelody.googlecode.com/files/javamelody-20131101.jar
Original comment by evernat@free.fr
on 2 Nov 2013 at 12:28
Original issue reported on code.google.com by
kaln...@gmail.com
on 17 Oct 2013 at 6:10