We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8304e commit ac09be5Copy full SHA for ac09be5
module/zfs/arc.c
@@ -419,12 +419,12 @@ boolean_t arc_warm;
419
/*
420
* These tunables are for performance analysis.
421
*/
422
+unsigned long zfs_arc_max = 0;
423
+unsigned long zfs_arc_min = 0;
424
ZFS_MODULE_ULONG zfs_arc_meta_limit = 0;
425
ZFS_MODULE_ULONG zfs_arc_meta_min = 0;
426
static ZFS_MODULE_ULONG zfs_arc_dnode_limit = 0;
427
static ZFS_MODULE_ULONG zfs_arc_dnode_reduce_percent = 10;
-unsigned long zfs_arc_max = 0;
-unsigned long zfs_arc_min = 0;
428
static uint_t zfs_arc_grow_retry = 0;
429
static uint_t zfs_arc_shrink_shift = 0;
430
static uint_t zfs_arc_p_min_shift = 0;
0 commit comments