[Bug 227609] Compiling world from sources fails: out of swap space
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Apr 20 11:09:48 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227609
--- Comment #3 from tschweikle at gmail.com ---
Two systems, one zfs, one ufs, same problem
ZFS-System:
- 4GiB RAM, 8GiB Swap
# zfs get all zroot
NAME PROPERTY VALUE SOURCE
zroot type filesystem -
zroot creation Fri Oct 10 16:32 2014 -
zroot used 14.8G -
zroot available 25.7G -
zroot referenced 919M -
zroot compressratio 1.15x -
zroot mounted yes -
zroot quota none default
zroot reservation none default
zroot recordsize 128K default
zroot mountpoint legacy local
zroot sharenfs off default
zroot checksum fletcher4 local
zroot compression off default
zroot atime on default
zroot devices on default
zroot exec on default
zroot setuid on default
zroot readonly off default
zroot jailed off default
zroot snapdir hidden default
zroot aclmode discard default
zroot aclinherit restricted default
zroot canmount on default
zroot xattr off temporary
zroot copies 1 default
zroot version 5 -
zroot utf8only off -
zroot normalization none -
zroot casesensitivity sensitive -
zroot vscan off default
zroot nbmand off default
zroot sharesmb off default
zroot refquota none default
zroot refreservation none default
zroot primarycache all default
zroot secondarycache all default
zroot usedbysnapshots 0 -
zroot usedbydataset 919M -
zroot usedbychildren 13.9G -
zroot usedbyrefreservation 0 -
zroot logbias latency default
zroot dedup off default
zroot mlslabel -
zroot sync standard default
zroot refcompressratio 1.00x -
zroot written 919M -
zroot logicalused 14.7G -
zroot logicalreferenced 905M -
zroot volmode default default
zroot filesystem_limit none default
zroot snapshot_limit none default
zroot filesystem_count none default
zroot snapshot_count none default
zroot redundant_metadata all default
#zfs list
NAME USED AVAIL REFER MOUNTPOINT
zroot 14.8G 25.7G 919M legacy
zroot/home 192K 25.7G 96K /home
zroot/home/sct-muc 96K 25.7G 96K /home/sct-muc
zroot/tmp 188M 25.7G 188M /tmp
zroot/usr 10.1G 25.7G 3.88G /usr
zroot/usr/ports 3.59G 25.7G 2.76G /usr/ports
zroot/usr/ports/distfiles 853M 25.7G 853M /usr/ports/distfiles
zroot/usr/ports/packages 96K 25.7G 96K /usr/ports/packages
zroot/usr/src 2.66G 25.7G 2.66G /usr/src
zroot/var 3.52G 25.7G 3.09G /var
zroot/var/crash 194M 25.7G 194M /var/crash
zroot/var/db 241M 25.7G 196M /var/db
zroot/var/db/pkg 45.0M 25.7G 45.0M /var/db/pkg
zroot/var/empty 96K 25.7G 96K /var/empty
zroot/var/log 8.85M 25.7G 8.85M /var/log
zroot/var/mail 120K 25.7G 120K /var/mail
zroot/var/run 184K 25.7G 184K /var/run
zroot/var/tmp 172K 25.7G 172K /var/tmp
#zpool status
pool: zroot
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub canceled on Fri Apr 20 12:54:12 2018
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
da0p3 ONLINE 0 0 0
errors: No known data errors
# zpool list
NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
zroot 41.8G 14.8G 27.0G - 53% 35% 1.00x ONLINE -
# swapinfo
Device 1K-blocks Used Avail Capacity
/dev/gpt/swap0 8388608 0 8388608 0%
UFS-System:
- 2GiB RAM, 8GiB Swap
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list