We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df523e2 commit db57b31Copy full SHA for db57b31
1 file changed
module/os/windows/zfs/abd_os.c
@@ -87,7 +87,7 @@ struct {
87
* will cause the machine to panic if you change it and try to access the data
88
* within a scattered ABD.
89
*/
90
-size_t zfs_abd_chunk_size = 4096;
+size_t zfs_abd_chunk_size = 65536;
91
92
kmem_cache_t *abd_chunk_cache;
93
static kstat_t *abd_ksp;
0 commit comments