Latest update: https://forums.freebsd.org/viewtopic.php?f=48&t=41880&start=25#p249468
Hi,
I have a server running on 8 GB ofram RAM that serves as a NFS. However the memory is exhausted significantly faster than with the rest of the servers with the same configuration, but running on FreeBSD 9.1 and below. Currently the server has only 300 MB left but others with the same configuration have more than 1 GB left.
Anything abnormal on the server?
Server specification: Supermicro Xeon 1230v2,8GB Ram 8 GB RAM, 4 X 2 TB HDD with SSD as ZIL and L2ARC, FreeBSD 9.2-RC3 running ZFS.
My etc/rc.conf:
/boot/loader.conf:
/etc/sysctl.conf:
Hi,
I have a server running on 8 GB of
vmstat
is showing the "32" used up to 6,750,713 within eight days, but all of my servers are below 2,000,000 with 400 days of uptime.Anything abnormal on the server?
Server specification: Supermicro Xeon 1230v2,
My etc/rc.conf:
Code:
geli_devices="gpt/data_disk0 gpt/data_disk1 gpt/data_disk2 gpt/data_disk3 gpt/l2arc_disk0 gpt/slog_disk0"
geli_swap_flags="-e AES-CBC -l 256 -s 4096 -d"
geli_default_flags="-p -k /boot/keys/disks.key"
geli_autodetach="NO"
sshd_enable="YES"
# NFS
nfsv4_server_enable="YES"
rpcbind_enable="YES"
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 64"
mountd_flags="-r"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
zfs_enable="YES"
/boot/loader.conf:
Code:
zfs_load="YES"
aesni_load="YES"
vfs.zfs.cache_flush_disable=1
vfs.root.mountfrom="zfs:zroot"
vfs.zfs.arc_max="4G"
vfs.zfs.write_limit_override="2G"
/etc/sysctl.conf:
Code:
vfs.zfs.l2arc_noprefetch=0
vfs.zfs.l2arc_feed_min_ms=1000
vfs.zfs.l2arc_norw=0
vfs.zfs.l2arc_feed_again=0