Operating System - HP-UX
1836786 Members
2654 Online
110110 Solutions
New Discussion

Re: encountered "out of virtual memory" using fbackup -0vf

 
SOLVED
Go to solution
Bernard  Bravo
Advisor

encountered "out of virtual memory" using fbackup -0vf

we already increased the swap space from 1 to 2GB but the same encountered.
Do good, Look Good, Feel Good
6 REPLIES 6
eran maor
Honored Contributor

Re: encountered "out of virtual memory" using fbackup -0vf

Hi

i also advise also to increase the MAXDSIZ and MAXSSIZ & MAXTSIZ.

also do you get en eror code of the fbackup ?
love computers
Don Morris_1
Honored Contributor

Re: encountered "out of virtual memory" using fbackup -0vf

Don't worry about changing maxtsiz or maxssiz - tsiz is just text (doesn't grow) and if you were going over stack size, it would die with a SIGSEGV.

In this case, if the error looks like:
fbackup(1106): out of virtual memory
[the number may be different] and upping your
swap had no effect (indicating it's not a matter of the malloc failing due to a swap reservation failure, upping MAXDSIZ should fix it (if you're not already at the maximum). The default is 256Mb - since you've got 2Gb of swap, you can easily double that... and in fact there shouldn't be a big problem putting it up to 1Gb -- it's just a fence line after all.
Darrel Louis
Honored Contributor

Re: encountered "out of virtual memory" using fbackup -0vf

Bernard,

As Don suggested increase the maxdsiz, this should solve your problem.

check the following
http://www.docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html

Regards

Darrel
CHRIS_ANORUO
Honored Contributor

Re: encountered "out of virtual memory" using fbackup -0vf

Hello,

The virtual memory issue should be addressed by setting swapmem_on=1.
Just have a look at the attached kernel parameter used for K580 for a Oracle 8 database.


Regards
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
JRiggs
Occasional Contributor
Solution

Re: encountered "out of virtual memory" using fbackup -0vf

Hi,

I also came pass with these error before and increasing by x2 would fix it.

thanks.
The choices you get are the choices you make
Bernard  Bravo
Advisor

Re: encountered "out of virtual memory" using fbackup -0vf

thanks everyone....

increasing MAXDSIZ solve my problem...


thanks Jasper...
Do good, Look Good, Feel Good