services.openafsClient.cache.chunksize

NixOS option

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 in: nixos/modules/services/network-filesystems/openafs/client.nixView source on NixOS/nixpkgs →