Update FAQ.
authorBruce Momjian
Mon, 11 Jun 2001 16:27:52 +0000 (16:27 +0000)
committerBruce Momjian
Mon, 11 Jun 2001 16:27:52 +0000 (16:27 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index fd6d24b42ff9a04464b035c28486b6c432f94c1a..bcbca40864cad06b2dfbab88a05da58870855daf 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Sat Jun 9 10:40:33 EDT 2001
+   Last updated: Mon Jun 11 12:27:44 EDT 2001
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -900,9 +900,10 @@ BYTEA           bytea           variable-length byte array (null-safe)
    
     4.19) Why do I get the error "ERROR: Memory exhausted in AllocSetAlloc()?"
     
-   It is possible you have run out of virtual memory on your system, or
-   your kernel has a low limit for certain resources. Try this before
-   starting the postmaster:
+   If you are running a version older than 7.1, an upgrade may fix the
+   problem. Also it is possible you have run out of virtual memory on
+   your system, or your kernel has a low limit for certain resources. Try
+   this before starting the postmaster:
     ulimit -d 262144
     limit datasize 256m
 
index 64990e630fd950b640083af10f0a9f38ce36aa1a..7c599081e74f4f539cd38b4747ae72a46f8d92a9 100644 (file)
@@ -12,7 +12,7 @@
   alink="#0000FF">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Sat Jun  9 10:40:33 EDT 2001

+    

Last updated: Mon Jun 11 12:27:44 EDT 2001

 
     

Current maintainer: Bruce Momjian (

@@ -1155,9 +1155,10 @@ BYTEA           bytea           variable-length byte array (null-safe)
      Memory exhausted in AllocSetAlloc()?"
     
 
-    

It is possible you have run out of virtual memory on your

-    system, or your kernel has a low limit for certain resources. Try
-    this before starting the postmaster:

+    

If you are running a version older than 7.1, an upgrade may fix

+    the problem.  Also it is possible you have run out of virtual memory
+    on your system, or your kernel has a low limit for certain resources.
+    Try this before starting the postmaster:

 
     ulimit -d 262144
     limit datasize 256m