PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : pgsql - FATAL: out of memory



Taktloss
08.09.06, 20:10
Hallo
Ich administriere seit heute einen Suse 9.3 vserver (server4you), auf dem nun Open-Xchange installiert werden soll.
Dazu benötige ich PostgreSQL. Habe das soweit via Yast2 installiert. Mein Problem ist nun das starten:


me:/var/lib/pgsql # rcpostgresql start
Initializing the PostgreSQL database at location /var/lib/pgsql/data failed
You can find a log of the initialisation in ~postgres/initlog.
me:/var/lib/pgsql #


die initlog sagt:


me:/var/lib/pgsql # cat initlog
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale C.

fixing permissions on existing directory /var/lib/pgsql/data ... ok
creating directory /var/lib/pgsql/data/global ... ok
creating directory /var/lib/pgsql/data/pg_xlog ... ok
creating directory /var/lib/pgsql/data/pg_xlog/archive_status ... ok
creating directory /var/lib/pgsql/data/pg_clog ... ok
creating directory /var/lib/pgsql/data/pg_subtrans ... ok
creating directory /var/lib/pgsql/data/base ... ok
creating directory /var/lib/pgsql/data/base/1 ... ok
creating directory /var/lib/pgsql/data/pg_tblspc ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 1000
creating configuration files ... ok
creating template1 database in /var/lib/pgsql/data/base/1 ... TopMemoryContext: 40960 total in 4 blocks; 13976 free (8 chunks); 26984 used
TopTransactionContext: 8192 total in 1 blocks; 7472 free (3 chunks); 720 used
PortalMemory: 0 total in 0 blocks; 0 free (0 chunks); 0 used
CacheMemoryContext: 1040384 total in 7 blocks; 9288 free (6 chunks); 1031096 used
pg_conversion_oid_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
pg_conversion_name_nsp_index: 1024 total in 1 blocks; 848 free (0 chunks); 176 used
pg_conversion_default_index: 1024 total in 1 blocks; 712 free (0 chunks); 312 used
pg_constraint_oid_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
pg_constraint_contypid_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
pg_constraint_conrelid_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
pg_constraint_conname_nsp_index: 1024 total in 1 blocks; 848 free (0 chunks); 176 used
pg_class_relname_nsp_index: 1024 total in 1 blocks; 848 free (0 chunks); 176 used
pg_class_oid_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
pg_cast_source_target_index: 1024 total in 1 blocks; 848 free (0 chunks); 176 used
pg_cast_oid_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
pg_attribute_relid_attnum_index: 1024 total in 1 blocks; 848 free (0 chunks); 176 used
pg_attribute_relid_attnam_index: 1024 total in 1 blocks; 848 free (0 chunks); 176 used
pg_attrdef_oid_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
pg_attrdef_adrelid_adnum_index: 1024 total in 1 blocks; 848 free (0 chunks); 176 used
pg_amproc_opc_proc_index: 1024 total in 1 blocks; 776 free (0 chunks); 248 used
pg_amop_opr_opc_index: 1024 total in 1 blocks; 848 free (0 chunks); 176 used
pg_amop_opc_strat_index: 1024 total in 1 blocks; 776 free (0 chunks); 248 used
pg_am_oid_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
pg_am_name_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
pg_aggregate_fnoid_index: 1024 total in 1 blocks; 912 free (0 chunks); 112 used
MdSmgr: 8192 total in 1 blocks; 6792 free (0 chunks); 1400 used
Pending Ops Table: 8192 total in 1 blocks; 5080 free (0 chunks); 3112 used
DynaHash: 8192 total in 1 blocks; 6560 free (0 chunks); 1632 used
Operator class cache: 8192 total in 1 blocks; 5080 free (0 chunks); 3112 used
smgr relation table: 8192 total in 1 blocks; 3016 free (0 chunks); 5176 used
Portal hash: 8192 total in 1 blocks; 6112 free (0 chunks); 2080 used
Relcache by OID: 8192 total in 1 blocks; 4040 free (0 chunks); 4152 used
Relcache by name: 24576 total in 2 blocks; 13240 free (5 chunks); 11336 used
LockTable (locallock hash): 8192 total in 1 blocks; 4056 free (0 chunks); 4136 used
ErrorContext: 8192 total in 1 blocks; 8176 free (0 chunks); 16 used
FATAL: out of memory
DETAIL: Failed on request of size 112.
child process exited with exit code 1
initdb: removing contents of data directory "/var/lib/pgsql/data"
me:/var/lib/pgsql # rcpostgresql start


Leider helfen mir die Fehlermeldungen nicht weiter.
Weiss jemand eine Lösung?

MfG. Oli

Roger Wilco
10.09.06, 14:46
Weiss jemand eine Lösung?
Mehr Speicher besorgen.

PS: VServer stinken.