2
votes
How to do memory profiling on remote java web application
you can change to VM params of your java application to allow remote profiling
something like -agentlib:jprofilerti=port=25000
general explanation for jprolifer
…
4
votes
Finding Memory Usage in Java
The requirements you mention are a clear contradiction with how Garbage Collection works in a JVM.
because of the behaviour of the JVM it will be very hard to warn you users in a correct wa …
