Invalid page feader on Solaris 10

From: Rózsahegyi László <laszlo(dot)rozsahegyi(at)rool(dot)hu>
To: pgsql-admin(at)postgresql(dot)org
Subject: Invalid page feader on Solaris 10
Date: 2006-03-24 08:03:24
Message-ID: 20060324090324.bbc620c2.laszlo.rozsahegyi@rool.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Hi!

We have a Sun Fire V480 server 4GB of memory with Solaris 10 operation system and PostgreSQL 8.1.3 (from Sun).
The dump of my database is about 2 GB if we are lucky.
If not, we have one of error messages:

- pg_dump: ERROR: invalid memory alloc request size 2623204397

- pg_dump: ERROR: could not access status of transaction 2423378468
DETAIL: could not open file "pg_clog/0907": No such file or directory

- pg_dump: ERROR: invalid page header in block 16147 of relation "jn_szll"

What is the problem?

Some line of postgresql.conf: (the others are default)

shared_buffers = 50000 #1000 # min 16 or max_connections*2, 8KB each
#temp_buffers = 1000 # min 100, 8KB each
#max_prepared_transactions = 5 # can be 0 or more
# note: increasing max_prepared_transactions costs ~600 bytes of shared memory
# per transaction slot, plus lock space (see max_locks_per_transaction).
work_mem = 81920 #1024 # min 64, size in KB
maintenance_work_mem = 16384 # min 1024, size in KB
#max_stack_depth = 2048 # min 100, size in KB

# - Free Space Map -

max_fsm_pages = 80000 #20000 # min max_fsm_relations*16, 6 bytes each
max_fsm_relations = 4000 #1000 # min 100, ~70 bytes each

autovacuum = on # enable autovacuum subprocess?
autovacuum_naptime = 600 # time between autovacuum runs, in secs

--
Üdvözlettel:
Rózsahegyi László

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2006-03-24 10:50:19 Re: Bloated pg_shdepend_depender_index
Previous Message weng yan 2006-03-24 07:21:33 An exception when using UTF8 encoding