Index: www/faq.html
===================================================================
--- www/faq.html	(revision 15335)
+++ www/faq.html	(working copy)
@@ -54,6 +54,8 @@
     where can I get it?</a></li>
 <li><a href="#more-information">I have other questions.  Where can I
     get more information?</a></li>  
+<li><a href="#server-requirements">What kind of hardware do I need to run 
+    a Subversion server?</a></li>
 </ul>
 
 <h4>How-to:</h4>
@@ -568,8 +570,39 @@
 
 <![CDATA[=========================================================]]>
 
+<div class="h3" id="server-requirements" title="server-requirements">
+<h3>What kind of hardware do I need to run a Subversion server?</h3>
+
+
+<p>
+This really depends on lots of factors such as number of users,
+frequency of commits and other server related operations, 
+size of the repositories and the load generated by the hooks.
+When using Apache, it is very likely that Apache itself will be the 
+biggest factor in memory usage.
+</p>
+<p>
+You will also have to take in account various other applications you might
+run on the same box such as ViewCVS or a bug tracking system such as 
+Trac or BugZilla.
+</p>
+<p>
+In general, you can expect that you need much less server power than for
+some of the commercial version control systems.
+</p>
+<p>
+See also 
+<a href="http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=330941">this</a>
+discussion on the mailing list.
+</p>
 </div>
 
+
+
+<![CDATA[=========================================================]]>
+
+</div>
+
 <div class="h2" id="how-to" title="how-to">
 <h2>How-to:</h2>
 <p/>
