services.openafsClient.cache.chunksize

Size of each cache chunk given in powers of 2. 0 resets the chunk size to its default values (13 (8 KB) for memcache, 18-20 (256 KB to 1 MB) for diskcache). Maximum value is 30. Important performance parameter. Set to higher values when dealing with large files.

Type
integer between 0 and 30 (both inclusive)
Default
0
Declared
<nixpkgs/nixos/modules/services/network-filesystems/openafs/client.nix>