Index: openacs-4/etc/daemontools/run
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/etc/daemontools/run,v
diff -u -r1.7 -r1.7.2.1
--- openacs-4/etc/daemontools/run	24 Jul 2004 08:34:02 -0000	1.7
+++ openacs-4/etc/daemontools/run	13 Aug 2005 22:11:50 -0000	1.7.2.1
@@ -1,5 +1,10 @@
 #!/bin/sh 
 
+# aolserver4 recommends descriptors limit (FD_SETSIZE) to be set to 1024, 
+# which is standard for most OS distributions
+# For freebsd systems, uncomment following line:
+# ulimit -n 1024
+
 # give time for Postgres to come up
 # see http://openacs.org/forums/message-view?message_id=176100
 sleep 4