[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Virtual memory exceeded in new



Hi Randa,

> > Also, I have done ps and pagesize commands while program is running. 
> > But I have not tried to increase the swap area. I am working on ultra-10 SunOS 5.6. Does anyone know how to increase it?

Under Solaris, become root and create a dummy file with mkfile somewhere. Then tell the system to use this file as swap area by adding it with "swap -a filename". See also the man pages for mkfile and swap.

    -Chris.