Skip to content

Commit db57b31

Browse files
committed
Changed abd_cache alloc size
1 parent df523e2 commit db57b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/os/windows/zfs/abd_os.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct {
8787
* will cause the machine to panic if you change it and try to access the data
8888
* within a scattered ABD.
8989
*/
90-
size_t zfs_abd_chunk_size = 4096;
90+
size_t zfs_abd_chunk_size = 65536;
9191

9292
kmem_cache_t *abd_chunk_cache;
9393
static kstat_t *abd_ksp;

0 commit comments

Comments
 (0)