aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-06-11 16:27:52 +0000
committerBruce Momjian <bruce@momjian.us>2001-06-11 16:27:52 +0000
commit94cb2201bf22a313c0818ae603c04f4464b71b23 (patch)
treed6c4d16eea3d9b7ef4b9417e4e5314118e6762ba /doc/src
parent88e948216c4b9085a795d3c882ba6f68b78efa6a (diff)
downloadpostgresql-94cb2201bf22a313c0818ae603c04f4464b71b23.tar.gz
postgresql-94cb2201bf22a313c0818ae603c04f4464b71b23.zip
Update FAQ.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 64990e630fd..7c599081e74 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -12,7 +12,7 @@
alink="#0000FF">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
- <P>Last updated: Sat Jun 9 10:40:33 EDT 2001</P>
+ <P>Last updated: Mon Jun 11 12:27:44 EDT 2001</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -1155,9 +1155,10 @@ BYTEA bytea variable-length byte array (null-safe)
Memory exhausted in AllocSetAlloc()?"</I><BR>
</H4>
- <P>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 <I>postmaster:</I></P>
+ <P>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 <I>postmaster:</I></P>
<PRE>
ulimit -d 262144
limit datasize 256m