Index: openacs-4/packages/acs-core-docs/www/files/nsd-postgres.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/nsd-postgres.txt,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-core-docs/www/files/nsd-postgres.txt 13 Jan 2005 13:55:14 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/files/nsd-postgres.txt 13 Aug 2005 22:25:38 -0000 1.3.2.1 @@ -1,5 +1,10 @@ #!/bin/bash +# 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 + export PATH=$PATH:/usr/local/pgsql/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib:/usr/local/aolserver/lib