File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11
22 Frequently Asked Questions (FAQ) for PostgreSQL
33
4- Last updated: Sat Jun 9 10:40:33 EDT 2001
4+ Last updated: Mon Jun 11 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
Original file line number Diff line number Diff line change 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 Jun 11 12:27:44 EDT 2001</ P >
1616
1717 < P > Current maintainer: Bruce Momjian (< A href =
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
You can’t perform that action at this time.
0 commit comments