You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/09/09 18:13:10 UTC

svn commit: r813066 - in /incubator/olio/docs: rails_setup.html rails_setup_kit.html

Author: shanti
Date: Wed Sep  9 18:13:09 2009
New Revision: 813066

URL: http://svn.apache.org/viewvc?rev=813066&view=rev
Log:
Fix for OLIO-116.

Modified:
    incubator/olio/docs/rails_setup.html
    incubator/olio/docs/rails_setup_kit.html

Modified: incubator/olio/docs/rails_setup.html
URL: http://svn.apache.org/viewvc/incubator/olio/docs/rails_setup.html?rev=813066&r1=813065&r2=813066&view=diff
==============================================================================
--- incubator/olio/docs/rails_setup.html (original)
+++ incubator/olio/docs/rails_setup.html Wed Sep  9 18:13:09 2009
@@ -260,7 +260,7 @@
 	<LI><P STYLE="margin-bottom: 0in">Install nginx. You can build nginx
 	from source by using the Makefile in
 	<A HREF="http://hg.opensolaris.org/sc/src/webstack/nginx/">http://hg.opensolaris.org/sc/src/webstack/nginx/</A>.
-	Alternatively, you can install a pre-build binary following the
+	Alternatively, you can install a pre-built binary following the
 	instructions in 
 	</P>
 </UL>
@@ -320,8 +320,13 @@
 <PRE STYLE="margin-bottom: 0.2in"><CODE>       root /var/www/virtual/example.com/rails/railsapp/public;</CODE></PRE><P STYLE="margin-bottom: 0.04in">
 to <CODE>root $APP_DIR;</CODE> <I># replace $APP_DIR with whatever
 value you used for $APP_DIR throughput the installation</I></P>
-<P STYLE="margin-bottom: 0.04in"><BR><BR>
+<P STYLE="margin-bottom: 0.04in">
 </P>
+<OL>
+<P>You may need to increase the number of open file descriptors allowed when running at
+larger scales. You can do this by using the command <CODE>ulimit -n 10240</CODE>. 
+</P>
+</OL>
 <OL START=3>
 	<P STYLE="margin-bottom: 0.14in">Do NOT start nginx yet.</P>
 </OL>
@@ -627,4 +632,4 @@
 	</P>
 </OL>
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>

Modified: incubator/olio/docs/rails_setup_kit.html
URL: http://svn.apache.org/viewvc/incubator/olio/docs/rails_setup_kit.html?rev=813066&r1=813065&r2=813066&view=diff
==============================================================================
--- incubator/olio/docs/rails_setup_kit.html (original)
+++ incubator/olio/docs/rails_setup_kit.html Wed Sep  9 18:13:09 2009
@@ -308,8 +308,13 @@
 <PRE STYLE="margin-bottom: 0.2in"><CODE>       root /var/www/virtual/example.com/rails/railsapp/public;</CODE></PRE><P STYLE="margin-bottom: 0.04in">
 to <CODE>root $APP_DIR/public;</CODE> <I># replace $APP_DIR with
 whatever value you used for $APP_DIR throughput the installation</I></P>
-<P STYLE="margin-bottom: 0.04in"><BR><BR>
+<P STYLE="margin-bottom: 0.04in">
 </P>
+<OL>
+<P>You may need to increase the number of open file descriptors allowed when running at
+larger scales. You can do this by using the command <CODE>ulimit -n 10240</CODE>. 
+</P>
+</OL>
 <OL START=3>
 	<P STYLE="margin-bottom: 0.14in">Do NOT start nginx yet.</P>
 </OL>
@@ -609,4 +614,4 @@
 	</P>
 </OL>
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>