I thought I had this solved a while back but evidently not. I recently started a local SVN FreeBSD mirror jail and running a SVN checkout on the ports tree trashes my system. All the memory slowly evaporates away within an hour or two. I experienced this before and apparently the problem didn't go away but only slowed down the decay.
The box is an old Pentium 4 that I use mostly as a fileserver. It has 3GB of memory. I experience the problem with the GENERIC kernel and as of now I have GENERIC with Dtrace compiled in for debugging. I use the following setting to try to limit ZFS memory usage:
I using RELENG 9.1 so it's not the old memory leak issue.
Any suggestions for tracking the issue down would be appreciated.
The box is an old Pentium 4 that I use mostly as a fileserver. It has 3GB of memory. I experience the problem with the GENERIC kernel and as of now I have GENERIC with Dtrace compiled in for debugging. I use the following setting to try to limit ZFS memory usage:
Code:
vfs.zfs.arc_max="200M"
vfs.zfs.vdev.cache.size="5M"
Any suggestions for tracking the issue down would be appreciated.