diff --git a/src/java/overview.html b/src/java/overview.html
index bf45c326f65..4a79e52ee51 100644
--- a/src/java/overview.html
+++ b/src/java/overview.html
@@ -32,6 +32,11 @@
ssh must be installed and sshd must be running to use Hadoop's
scripts to manage remote Hadoop daemons.
+
HBase currently is a file handle hog. The usual default of
+ 1024 on *nix systems is insufficient if you are loading any significant
+ amount of data into regionservers. See the
+ FAQ: Why do I see "java.io.IOException...(Too many open files)" in my logs?
+ for how to up the limit.