Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit94cb220

Browse files
committed
Update FAQ.
1 parent88e9482 commit94cb220

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

‎doc/FAQ

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Sat Jun9 10:40:33 EDT 2001
4+
Last updated:Mon Jun11 12:27:44 EDT 2001
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -900,9 +900,10 @@ BYTEA bytea variable-length byte array (null-safe)
900900

901901
4.19) Why do I get the error "ERROR: Memory exhausted in AllocSetAlloc()?"
902902

903-
It is possible you have run out of virtual memory on your system, or
904-
your kernel has a low limit for certain resources. Try this before
905-
starting the postmaster:
903+
If you are running a version older than 7.1, an upgrade may fix the
904+
problem. Also it is possible you have run out of virtual memory on
905+
your system, or your kernel has a low limit for certain resources. Try
906+
this before starting the postmaster:
906907
ulimit -d 262144
907908
limit datasize 256m
908909

‎doc/src/FAQ/FAQ.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
alink="#0000FF">
1313
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1414

15-
<P>Last updated:Sat Jun 9 10:40:33 EDT 2001</P>
15+
<P>Last updated:Mon Jun11 12:27:44 EDT 2001</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<Ahref=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -1155,9 +1155,10 @@ <H4><A name="4.19">4.19</A>) Why do I get the error <I>"ERROR:
11551155
Memory exhausted in AllocSetAlloc()?"</I><BR>
11561156
</H4>
11571157

1158-
<P>It is possible you have run out of virtual memory on your
1159-
system, or your kernel has a low limit for certain resources. Try
1160-
this before starting the<I>postmaster:</I></P>
1158+
<P>If you are running a version older than 7.1, an upgrade may fix
1159+
the problem. Also it is possible you have run out of virtual memory
1160+
on your system, or your kernel has a low limit for certain resources.
1161+
Try this before starting the<I>postmaster:</I></P>
11611162
<PRE>
11621163
ulimit -d 262144
11631164
limit datasize 256m

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp