@@ -2851,7 +2851,7 @@ RAM Cache
28512851 **20GB ** (21474836480)
28522852
28532853 This global setting can be overridden on a per-volume basis using the
2854- ``ram_cache_size `` parameter in :file: `volume.config `. Per-volume
2854+ ``ram_cache_size `` parameter in :file: `storage.yaml `. Per-volume
28552855 allocations are subtracted from the total RAM cache size before
28562856 distributing the remainder among volumes without explicit settings.
28572857
@@ -2863,7 +2863,7 @@ RAM Cache
28632863 **4MB ** (4194304)
28642864
28652865 This global setting can be overridden on a per-volume basis using the
2866- ``ram_cache_cutoff `` parameter in :file: `volume.config `. When set,
2866+ ``ram_cache_cutoff `` parameter in :file: `storage.yaml `. When set,
28672867 the per-volume cutoff takes precedence over this global setting for
28682868 that specific volume.
28692869
@@ -5701,11 +5701,11 @@ Sockets
57015701 ``2 `` Do not accept inbound connections until cache initialization has
57025702 finished and been sufficiently successful that cache is enabled. This
57035703 means at least one cache span is usable. If there are no spans in
5704- :file: `storage.config ` or none of the spans can be successfully parsed
5704+ :file: `storage.yaml ` or none of the spans can be successfully parsed
57055705 and initialized then |TS | will shut down.
57065706 ``3 `` Do not accept inbound connections until cache initialization has
57075707 finished and been completely successful. This requires at least one
5708- cache span in :file: `storage.config ` and that every span specified is
5708+ cache span in :file: `storage.yaml ` and that every span specified is
57095709 valid and successfully initialized. Any error will cause |TS | to shut
57105710 down.
57115711 ===== ======================================================================
0 commit comments