From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | epikkara(at)ktk(dot)oulu(dot)fi |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: space problem |
Date: | 2000-12-14 14:53:56 |
Message-ID: | 19955.976805636@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Esa Pikkarainen" <epikkara(at)ktk(dot)oulu(dot)fi> writes:
> When I tried "createdb" it said that "No sapce enough in device".
Your problem doesn't necessarily have anything to do with disk space;
the kernel tends to use that same error code for all sorts of
out-of-resources problems. If you were starting or stopping a
postmaster then I'd think the problem is probably insufficient
kernel settings for semaphores or shared memory. See
http://www.postgresql.org/devel-corner/docs/postgres/kernel-resources.htm
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Barnett | 2000-12-14 14:56:21 | RE: Reliability Stability of PgSQL & it's JDBC driver |
Previous Message | Jan Wieck | 2000-12-14 13:34:13 | Re: TOAST & performance with lots of big columns in a table |