2008/5/24 Hernan Freschi <[EMAIL PROTECTED]>:
> I let it run while watching TOP, and this is what I got just before it hung. 
> Look at free mem. Is this memory allocated to the kernel? can I allow the 
> kernel to swap?

No, the kernel will not use swap for this.

But most of the memory used by the kernel is probably in caches that
should release memory when needed.

Is this a 32 or 64 bit system?

ZFS will sometimes use all kernel address space on a 32-bit system.

You can give the kernel more address space with this command (only on
32-bit system):
eeprom kernelbase=0x50000000
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to