Consistently use dsksize and memsize in docs

parent 19356649
...@@ -32,7 +32,7 @@ global storages ...@@ -32,7 +32,7 @@ global storages
* Configure a fellow (persistent disk with memory cache) storage:: * 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 vcl storage objects and methods
------------------------------- -------------------------------
...@@ -207,7 +207,7 @@ fellow ...@@ -207,7 +207,7 @@ fellow
For `fellow`, the ``-s`` parameter syntax is:: 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 with
...@@ -216,10 +216,10 @@ with ...@@ -216,10 +216,10 @@ with
* *<path>* being the path to the storage file or device, * *<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, 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, be configured,
* optionally, *<storage>* being the name of a previously defined * optionally, *<storage>* being the name of a previously defined
...@@ -237,8 +237,8 @@ argument. ...@@ -237,8 +237,8 @@ argument.
Memory Cache Sharing Memory Cache Sharing
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
When memory cache sharing with the ``<memory_size>[=<storage>]`` When memory cache sharing with the ``<memsize>[=<storage>]``
syntax is configured, *<memory_size>* is used for sanity checking syntax is configured, *<memsize>* is used for sanity checking
only. The actual memory size is always that of the referenced storage. only. The actual memory size is always that of the referenced storage.
LRU with memory cache sharing is cooperative. Whenever memory is LRU with memory cache sharing is cooperative. Whenever memory is
......
...@@ -17,7 +17,7 @@ global storages ...@@ -17,7 +17,7 @@ global storages
* Configure a fellow (persistent disk with memory cache) storage:: * 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 vcl storage objects and methods
------------------------------- -------------------------------
...@@ -192,7 +192,7 @@ fellow ...@@ -192,7 +192,7 @@ fellow
For `fellow`, the ``-s`` parameter syntax is:: 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 with
...@@ -201,10 +201,10 @@ with ...@@ -201,10 +201,10 @@ with
* *<path>* being the path to the storage file or device, * *<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, 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, be configured,
* optionally, *<storage>* being the name of a previously defined * optionally, *<storage>* being the name of a previously defined
...@@ -222,8 +222,8 @@ argument. ...@@ -222,8 +222,8 @@ argument.
Memory Cache Sharing Memory Cache Sharing
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
When memory cache sharing with the ``<memory_size>[=<storage>]`` When memory cache sharing with the ``<memsize>[=<storage>]``
syntax is configured, *<memory_size>* is used for sanity checking syntax is configured, *<memsize>* is used for sanity checking
only. The actual memory size is always that of the referenced storage. only. The actual memory size is always that of the referenced storage.
LRU with memory cache sharing is cooperative. Whenever memory is 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