From cc248d21ff3af093b5ed017e71d8595ea61347e8 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sun, 15 Jul 2018 15:41:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7602af..6c663c1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Pretty basic profiling tool for JVM's # Highlights: * Meant for development time (after process stops, data is gone). -* Minimal memory footprint (agent < 1 mb). +* Minimal memory footprint (agent ~ 1 mb). * Easy setup (2 commandline arguments for java process) * Minimalistic web interface. * Execution time is measured in nanoseconds @@ -31,4 +31,4 @@ Pretty basic profiling tool for JVM's * extend the user interface # DISCLAIMER: -This has only been tested on oracle java8 in spring-boot using tomcat web-container +This has only been tested on oracle java8 in spring-boot using tomcat web-container (and apache dbcp)