Repository: logging-log4j2
Updated Branches:
  refs/heads/master d316f7244 -> c73f49b31


LOG4J2-1297 garbage-free manual page minor edit


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/857f06f2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/857f06f2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/857f06f2

Branch: refs/heads/master
Commit: 857f06f2056a98ac3da4728dfc6d8560afb8df24
Parents: d316f72
Author: rpopma <[email protected]>
Authored: Thu May 19 23:58:21 2016 +0900
Committer: rpopma <[email protected]>
Committed: Thu May 19 23:58:21 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/garbagefree.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/857f06f2/src/site/xdoc/manual/garbagefree.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/garbagefree.xml 
b/src/site/xdoc/manual/garbagefree.xml
index 7e856e2..af559b6 100644
--- a/src/site/xdoc/manual/garbagefree.xml
+++ b/src/site/xdoc/manual/garbagefree.xml
@@ -64,7 +64,8 @@
           Mission Control shows that with Log4j 2.5 this application allocates 
memory at a rate of about 809 MB/sec,
           resulting in 141 minor collections.
           Log4j 2.6 does not allocate temporary objects in this configuration, 
and as a result
-          the same application with Log4j 2.6 has a memory allocation rate of 
1.6 MB/sec and had 0 (zero) garbage collections.
+          the same application with Log4j 2.6 has a memory allocation rate of 
1.6 MB/sec and
+          was GC-free with 0 (zero) garbage collections.
         </p>
         <table>
           <tr>

Reply via email to