diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-06-11 16:27:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-06-11 16:27:52 +0000 |
commit | 94cb2201bf22a313c0818ae603c04f4464b71b23 (patch) | |
tree | d6c4d16eea3d9b7ef4b9417e4e5314118e6762ba /doc/FAQ | |
parent | 88e948216c4b9085a795d3c882ba6f68b78efa6a (diff) | |
download | postgresql-94cb2201bf22a313c0818ae603c04f4464b71b23.tar.gz postgresql-94cb2201bf22a313c0818ae603c04f4464b71b23.zip |
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 (pgman@candle.pha.pa.us) @@ -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 |