From f24444b08ab2da14578824c6c6b2984932b9e768 Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Mon, 5 Jul 2010 02:18:08 +0000 Subject: [PATCH] better readme git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2065 7e9141cc-0065-0410-87d8-b60c137991c4 --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.txt b/README.txt index 436e95e5886..118cf1a4135 100644 --- a/README.txt +++ b/README.txt @@ -9,3 +9,9 @@ The jetty distribution will be built in jetty-distribution/target/distribution +The first build may take a long time as maven downloads all the +dependencies. + +The tests do a lot of stress testing, and on some machines it is +neccessary to set the file descriptor limit to greater than 2048 +for the tests to all pass successfully.