| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Gavin Hamill <gdh(at)laterooms(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: More AIX 5.3 fun - out of memory ? |
| Date: | 2006-03-28 15:56:16 |
| Message-ID: | 2366.1143561376@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Gavin Hamill <gdh(at)laterooms(dot)com> writes:
> Having successfully got pg 8.1.3 to run, I'm simply trying to pg_restore
> a dump from our live server. However, even very soon into the restore, I
> get these messages from the autovacuum daemon once per minute:
> 2006-03-28 14:15:35 BSTERROR: out of memory
> 2006-03-28 14:15:35 BSTDETAIL: Failed on request of size 268435452.
What have you got maintenance_work_mem set to? If it's more than 1Gb,
back it off --- 8.1.3's VACUUM command doesn't handle that nicely.
(It's unlikely you really want it that high anyway.)
You might wanna put a space at the end of your log_line_prefix, too...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jim C. Nasby | 2006-03-28 16:12:09 | Re: [GENERAL] PANIC: heap_update_redo: no block |
| Previous Message | Vivek Khera | 2006-03-28 15:52:57 | Re: 32 bit applications against 64 bit postgres server |