Обсуждение: Error in Extrack Database

Поиск
Список
Период
Сортировка

Error in Extrack Database

От
Tubagus Nizomi
Дата:
i have file Dump > 500 MB
when i execute " gunzip -c data.dump.gz | psql internal "

some error message emerged as follows :
FATAL 1:  copy: line 2516273, Memory exhausted in AllocSetAlloc()

what might be happen with the process ??
how to solve the problem ??

i use sparc sun solaris 2.6, postgres 6.5.3, memory 256 MB

thanks
Nizomi


Re: Error in Extrack Database

От
"Poul L. Christiansen"
Дата:
My guess is that you don't have enough RAM.

Maybe it can work if you first unzip the file, then log into database
internal and use the command "\i data.dump" to load the data.

If that doesn't work, try splitting up the file and load the files
separatly.

Poul L. Christiansen

Tubagus Nizomi wrote:
> 
> i have file Dump > 500 MB
> when i execute " gunzip -c data.dump.gz | psql internal "
> 
> some error message emerged as follows :
> FATAL 1:  copy: line 2516273, Memory exhausted in AllocSetAlloc()
> 
> what might be happen with the process ??
> how to solve the problem ??
> 
> i use sparc sun solaris 2.6, postgres 6.5.3, memory 256 MB
> 
> thanks
> Nizomi