Consistently use dsksize and memsize in docs

parent 97b3d598
......@@ -32,7 +32,7 @@ global storages
* Configure a fellow (persistent disk with memory cache) storage::
varnishd -s<name>=fellow,<path>,<disk_size>,<memory_size>[=<storage>],<objsize_hint>
varnishd -s<name>=fellow,<path>,<dsksize>,<memsize>[=<storage>],<objsize_hint>
vcl storage objects and methods
-------------------------------
......@@ -207,7 +207,7 @@ fellow
For `fellow`, the ``-s`` parameter syntax is::
-s<name>=fellow,<path>,<disk_size>,<memory_size>[=<storage>],<objsize_hint>
-s<name>=fellow,<path>,<dsksize>,<memsize>[=<storage>],<objsize_hint>
with
......@@ -216,10 +216,10 @@ with
* *<path>* being the path to the storage file or device,
* *<disk_size>* being a size expression like ``100m`` or ``5g`` for
* *<dsksize>* being a size expression like ``100m`` or ``5g`` for
the storage size to be configured,
* *<memory_size>* being a size expression for the memory cache size to
* *<memsize>* being a size expression for the memory cache size to
be configured,
* optionally, *<storage>* being the name of a previously defined
......@@ -237,8 +237,8 @@ argument.
Memory Cache Sharing
~~~~~~~~~~~~~~~~~~~~
When memory cache sharing with the ``<memory_size>[=<storage>]``
syntax is configured, *<memory_size>* is used for sanity checking
When memory cache sharing with the ``<memsize>[=<storage>]``
syntax is configured, *<memsize>* is used for sanity checking
only. The actual memory size is always that of the referenced storage.
LRU with memory cache sharing is cooperative. Whenever memory is
......
......@@ -17,7 +17,7 @@ global storages
* Configure a fellow (persistent disk with memory cache) storage::
varnishd -s<name>=fellow,<path>,<disk_size>,<memory_size>[=<storage>],<objsize_hint>
varnishd -s<name>=fellow,<path>,<dsksize>,<memsize>[=<storage>],<objsize_hint>
vcl storage objects and methods
-------------------------------
......@@ -192,7 +192,7 @@ fellow
For `fellow`, the ``-s`` parameter syntax is::
-s<name>=fellow,<path>,<disk_size>,<memory_size>[=<storage>],<objsize_hint>
-s<name>=fellow,<path>,<dsksize>,<memsize>[=<storage>],<objsize_hint>
with
......@@ -201,10 +201,10 @@ with
* *<path>* being the path to the storage file or device,
* *<disk_size>* being a size expression like ``100m`` or ``5g`` for
* *<dsksize>* being a size expression like ``100m`` or ``5g`` for
the storage size to be configured,
* *<memory_size>* being a size expression for the memory cache size to
* *<memsize>* being a size expression for the memory cache size to
be configured,
* optionally, *<storage>* being the name of a previously defined
......@@ -222,8 +222,8 @@ argument.
Memory Cache Sharing
~~~~~~~~~~~~~~~~~~~~
When memory cache sharing with the ``<memory_size>[=<storage>]``
syntax is configured, *<memory_size>* is used for sanity checking
When memory cache sharing with the ``<memsize>[=<storage>]``
syntax is configured, *<memsize>* is used for sanity checking
only. The actual memory size is always that of the referenced storage.
LRU with memory cache sharing is cooperative. Whenever memory is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment