mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
revert r272702: wrong (earlier) change was committed
This commit is contained in:
parent
5558cc334d
commit
9f96723ec5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272707
@ -711,9 +711,7 @@ uint64_t zfs_crc64_table[256];
|
||||
* Level 2 ARC
|
||||
*/
|
||||
|
||||
/* initial write max */
|
||||
#define L2ARC_WRITE_SIZE \
|
||||
(8 * 1024 * 1024 * 2 / (ARC_BUFC_NUMMETADATALISTS + ARC_BUFC_NUMDATALISTS))
|
||||
#define L2ARC_WRITE_SIZE (8 * 1024 * 1024) /* initial write max */
|
||||
#define L2ARC_HEADROOM 2 /* num of writes */
|
||||
/*
|
||||
* If we discover during ARC scan any buffers to be compressed, we boost
|
||||
|
Loading…
Reference in New Issue
Block a user