diff --git a/module/zfs/arc.c b/module/zfs/arc.c index a179c5833f60..77806877e1c8 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -8002,7 +8002,7 @@ arc_init(void) */ #ifdef __LP64__ if (zfs_dirty_data_max_max == 0) - zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, + zfs_dirty_data_max_max = MIN(32ULL * 1024 * 1024 * 1024, allmem * zfs_dirty_data_max_max_percent / 100); #else if (zfs_dirty_data_max_max == 0)