Trying to install lang/ghc:
failes with "out of swap". (failed with poudriere and synth, but compiles in the port).
(I don't really know it this is true, a much bigger package like editors/libreoffice compiles and installs without problems).
I have no swap, but tmpfs(4) with 4 GB. And now I made a swap-file with 8 GB (8 GB RAM).
before I had it on /tmp.
in /etc/rc.conf
why capacity 0%, why is nothing in it.
Never used a swap-file, I did it for the moment, but I don't know how could I control if this work, it seems also not work.
failes with "out of swap". (failed with poudriere and synth, but compiles in the port).
(I don't really know it this is true, a much bigger package like editors/libreoffice compiles and installs without problems).
I have no swap, but tmpfs(4) with 4 GB. And now I made a swap-file with 8 GB (8 GB RAM).
df -h
shows
Code:
tmpfs 4,0G 8,0K 4,0G 0% /var/tmp
before I had it on /tmp.
Code:
tmpfs_load=yes
Code:
/etc/fstab:
tmpfs /var/tmp tmpfs rw,size=4294967296,nosuid,noexec,mode=01777 0 0
why capacity 0%, why is nothing in it.
Never used a swap-file, I did it for the moment, but I don't know how could I control if this work, it seems also not work.