>I think the issue with ZFS on 32-bit is revolving around the >efficient use of memory. If you have lots of memory, ZFS won't >use it. By contrast, in 64-bit systems, when you have lots of >memory, ZFS will use it. In either case, if you only have a >little bit of memory, ZFS may dominate. [my simplification, I'll >expect correction from the ZFS team, if I'm wrong :-)]
The problem is not so much processor physical memory but it's processor virtual memory; and virtual memory is limited by the amount above the address space on a 32 bit kernel. A 64 bit system with 512MB of memory does much better than a 32 bit system in the same situation. Lowering kernelbase (eeprom kernelbase=0x.....) will help some. (The default kernel base gives less than 1GB of virtual space) Casper _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss