Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
94cb2201
Commit
94cb2201
authored
Jun 11, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
88e94821
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
doc/FAQ
doc/FAQ
+5
-4
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+5
-4
No files found.
doc/FAQ
View file @
94cb2201
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
...
...
doc/src/FAQ/FAQ.html
View file @
94cb2201
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment