Enable zfs module only for machine with at least 512Mb ram.

This commit is contained in:
haad 2009-08-07 22:47:19 +00:00
parent 82fbb9f0e8
commit 2a8f255ae1

View File

@ -3139,8 +3139,7 @@ uint_t zfs_fsyncer_key;
extern uint_t rrw_tsd_key;
/* ZFS must be used on machines with at least 512Mb. */
/*#define ZFS_MIN_MEGS 512 */
#define ZFS_MIN_MEGS 128 /*XXX Use 128Mb for testing only.*/
#define ZFS_MIN_MEGS 512
static int
zfs_modcmd(modcmd_t cmd, void *arg)