[kde-freebsd] [Bug 203904] textproc/qt4-xmlpatterns: make[1]: stopped in /usr/ports/textproc/qt4-xmlpatterns/work/qt-everywhere-opensource-src-4.8.7/src/xmlpatterns

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 22 22:37:23 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203904

--- Comment #3 from Amy G. Dala <loonybomber at yahoo.com> ---
Relevant Memory Settings

Settings in /boot/loader.conf:
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
kern.ipc.shmall=32768
kern.maxproc=10000
# Test Wine Support size too big for compat modes, reduce it
kern.maxdsiz=805306368


$ sysctl hw.physmem
hw.physmem: 2083291136

$ grep memory /var/run/dmesg.boot
real memory  = 2147483648 (2048 MB)
avail memory = 2012311552 (1919 MB)

(In reply to Tobias Berner from comment #2)

Memory Use While Compiling

[Absent another method to monitor memory usage, I ran top while doing make
install and made the following observation:  Available free memory drops when
running make, when the available free memory drops below about 13m (shown in
the output below) make stops with "*** Error code 254."]

308 processes: 6 running, 282 sleeping, 20 waiting
CPU: 24.3% user,  0.0% nice,  1.3% system,  1.3% interrupt, 73.0% idle
Mem: 1394M Active, 73M Inact, 453M Wired, 1880K Cache, 210M Buf, 13M Free
Swap: 

  PID USERNAME      PRI NICE   SIZE    RES STATE   C   TIME    WCPU COMMAND
28818 root          103    0   822M   800M CPU1    1   1:07 100.00% c++
   11 root          155 ki31     0K    64K RUN     2  51.2H  87.16% idle{idle:
cpu2}
   11 root          155 ki31     0K    64K RUN     1  49.9H  85.69% idle{idle:
cpu1}
   11 root          155 ki31     0K    64K CPU3    3  51.4H  60.50% idle{idle:
cpu3}
   11 root          155 ki31     0K    64K CPU0    0  51.1H  59.38% idle{idle:
cpu0}
    4 root          -16    -     0K    16K psleep  1   1:13   4.69% pagedaemon
    5 root          -16    -     0K    16K psleep  0   0:02   3.96% vmdaemon
28819 amygdala       20    0 21924K  2656K CPU2    2   0:00   0.29% top

I don't understand why I would run out of memory with qt4-xmlpatterns and not
something else.  I'm attempting to install the package instead of building it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list