From 38a6aea5d3ca2ed30b530d7d8b9857068f288854 Mon Sep 17 00:00:00 2001 From: Bela Ban Date: Thu, 23 Jun 2005 07:34:30 +0000 Subject: [PATCH] no message --- doc/performance.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/performance.txt b/doc/performance.txt index 15ec6fe232b..1684f86b933 100644 --- a/doc/performance.txt +++ b/doc/performance.txt @@ -1,8 +1,11 @@ -// $Id: performance.txt,v 1.1 2005/04/18 10:27:09 belaban Exp $ +// $Id: performance.txt,v 1.2 2005/06/23 07:34:30 belaban Exp $ Tips and tricks --------------- - Use the flags -Xmx500M and -Xms500M, set them to the same initial value - Use -verbose:gc to track garbage collections +- Use the log4j.properties file shipped with JGroups. Using simply "org.jgroups=warn" + seems to throttle the sender a few nanosecs to get some better perf. Have to + investigate further