On Sat, Apr 07, 2007 at 04:56:45AM +0200, Bernd Walter wrote: > On Fri, Apr 06, 2007 at 04:57:00AM +0200, Pawel Jakub Dawidek wrote: > > Hi. > > > > I'm happy to inform that the ZFS file system is now part of the FreeBSD > > operating system. ZFS is available in the HEAD branch and will be > > available in FreeBSD 7.0-RELEASE as an experimental feature. > > I got a kmem panic just by copying a recent ports.tgz (36M) onto a ZFS. > My sandbox just has 128MB RAM so kmem was set to ~40M. > After raising kmem to 80M it survived copying the file, but paniced > again while tar -xvzf the file into the same pool. > vfs.zfs.vdev.cache.size is unchanged at 10M. 128MB RAM of suggested minimum in ZFS requirements, but it may be not enough... Minimum of ARC is set to 1/8 of all memory or 64MB (whichever is more). Could you locate these lines in sys/contrib/opensolaris/uts/common/fs/zfs/arc.c file: /* set min cache to 1/32 of all memory, or 64MB, whichever is more */ arc_c_min = MAX(arc_c / 4, 64<<20); Change 64 to eg. 32, recompile and retest? -- Pawel Jakub Dawidek http://www.wheel.pl pjd_at_FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am!
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:07 UTC