> > I'm a newbie to ZFS. Can some explain this point a bit deeper. If I > > try to run ZFS on a 32-bit system will it just be slower or is the > > maximum storage pool size actually limited by the 32-but address > > space? > > Only the cache size is limited by the 32-bit address space, thus > (potentially) affecting performance.
And this cache is zfs's "ARC cache"? If yes: Doesn't the ARC cache allocate all its data from the kernel's heap? And since the kernel's heap is limited to 512 mbytes on 32-bit machines and maybe 50% of the heap could be allocated by the ARC cache - the rest is typically in use by other kernel code - this would result in an upper limit of ~ 256 mbytes of ARC cached data on any 32-bit machine (even when the 32-bit machine has 4 GB of physical memory installed)? This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss