, Steven Grunza <steven_grunza@ieee.org>
From: Steven Grunza <steven_grunza@ieee.org>
List: port-sparc
Date: 09/21/2001 15:55:49
The "unlimit" seems to have fixed the problem since I've now got 50M of RAM
in use and 47M of swap space in use. This mainwindow.cpp must be huge....
At 12:17 PM 9/21/2001 -0700, Andrey Petrov wrote:
>On Fri, Sep 21, 2001 at 02:55:28PM -0400, Steven Grunza wrote:
> >
> > In attempting to compile qt2-designer-2.3.1, I've run into the problem
> > below....
> >
> >
> > gmake[5]: Entering directory
> > `/usr/pkgsrc/x11/qt2-designer/work/qt-2.3.1/tools/designer/designer'
> > c++ -c -I/usr/pkgsrc/x11/qt2-designer/work/.buildlink/qt2/include
> > -I/usr/pkgsrc/x11/qt2-designer/work/.buildlink/include -O2 -DDESIGNER
> > -I../shared -I../util -o mainwindow.o mainwindow.cpp
> > mainwindow.cpp: In method `void MainWindow::writeConfig()':
> > mainwindow.cpp:2696: virtual memory exhausted
> >
> > I tried to add more swap space and got the following:
> >
> > root@hw-sbus%(96) swapctl -l
> > Device 1K-blocks Used Avail Capacity Priority
> > /usr/spareswap 131109 524 130585 0% 0
> > /dev/sd0b 81607 6420 75187 8% 0
> > Total 212717 6944 205773 3%
> >
> >
> > Any ideas?
>
>Usually `unlimit' helps.
>
> Andrey