I observe a significant growth of the wired memory in a small VPS with 512MB RAM.
Right after booting top shows 34MB Wired, then after a couple of simple operations like installing a package or deleting a directory with large number of files it jumps to 190MB+:
Initially I used FreeBSD 10.3 with root on zfs. I've found many reports about zfs memory usage, and I thought that's the reason.
Then I switched to FreeBSD 11 on UFS and see the same behavior.
The only service enabled is sshd.
Here is the output of vmstat(8):
vmstat -m
vmstat -z
Thanks for ideas and directions!
Right after booting top shows 34MB Wired, then after a couple of simple operations like installing a package or deleting a directory with large number of files it jumps to 190MB+:
Code:
Mem: 18M Active, 34M Inact, 192M Wired, 35M Buf, 222M Free
Swap: 1024M Total, 1024M Free
Then I switched to FreeBSD 11 on UFS and see the same behavior.
The only service enabled is sshd.
Here is the output of vmstat(8):
vmstat -m
vmstat -z
Thanks for ideas and directions!