Operating System - HP-UX
1751720 Members
4652 Online
108781 Solutions
New Discussion

Re: fork failed not enough space

 
SOLVED
Go to solution
zxcv
Super Advisor

fork failed not enough space

Hi ,

got a message in syslog ,

tried to create a new swap on disk swap 3 using ;

 

lvcreate -L 8192 -n swap2 -C y -r n /dev/vg00

 

swapon -p 1  /dev/vg00 /swap2 

 

not wrkng asking for -e or -f to overwrite filesystem..

 

then did swapon -a..

succesfully executed withput errors..

 

came on prompt.

but nt refelcting in swapinfo -tam

root #/ >sw
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 32768 101 32667 0% 0 - 1 /dev/vg00/lvol2
reserve - 17747 -17747
memory 16353 5820 10533 36%
total 49121 23668 25453 48% - 0 -
root #/ >
 

 

I have not added entry  in /etc/fstab is it because of that ??

 

hpux 11i v2..

16gb physical ram..exitng swap 32gb 

 


 

3 REPLIES 3
zxcv
Super Advisor

Re: fork failed not enough space

 

Hi ,

 

Am getting this error now ,

 

root #/dev/vg00 >swapon -a
Enabling device paging on /dev/vg00/swap3.
swapon: Device /dev/vg00/swap3 contains a file system.
The system will page in the space after the end of the file system.
Add `end' to the options field in /etc/fstab to turn off this warning.
swapon: The kernel tunable parameter "swchunk" needs to be increased to add
paging on device /dev/vg00/swap3.
 

chkd swchunks value , its 4096 ..its static value..

i would be needing a reboot right ??

can i increase my swap my 4 gb...if nt 8 gb which is currently the value m trying..? 

zxcv
Super Advisor

Re: fork failed not enough space

Thanks Dennis.