Enable zfs module only for machine with at least 512Mb ram.
This commit is contained in:
parent
82fbb9f0e8
commit
2a8f255ae1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user