Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
3dde5886
Commit
3dde5886
authored
Aug 03, 2015
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better names and description
parent
20d0f0bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
mgt_main.c
bin/varnishd/mgt/mgt_main.c
+3
-3
varnishd.rst
doc/sphinx/reference/varnishd.rst
+4
-4
No files found.
bin/varnishd/mgt/mgt_main.c
View file @
3dde5886
...
...
@@ -162,9 +162,9 @@ usage(void)
#endif
fprintf
(
stderr
,
FMT
,
""
,
" -j unix[,user=<user>][,ccgroup=<group>]"
);
fprintf
(
stderr
,
FMT
,
""
,
" -j none"
);
fprintf
(
stderr
,
FMT
,
"-l
shl,free
"
,
"Size of shared memory file"
);
fprintf
(
stderr
,
FMT
,
""
,
"
shl: space for SH
L records [80m]"
);
fprintf
(
stderr
,
FMT
,
""
,
"
free: space for other allocation
s [1m]"
);
fprintf
(
stderr
,
FMT
,
"-l
vsl,vsm
"
,
"Size of shared memory file"
);
fprintf
(
stderr
,
FMT
,
""
,
"
vsl: space for VS
L records [80m]"
);
fprintf
(
stderr
,
FMT
,
""
,
"
vsm: space for stats counter
s [1m]"
);
fprintf
(
stderr
,
FMT
,
"-M address:port"
,
"Reverse CLI destination"
);
fprintf
(
stderr
,
FMT
,
"-n dir"
,
"varnishd working directory"
);
fprintf
(
stderr
,
FMT
,
"-P file"
,
"PID file"
);
...
...
doc/sphinx/reference/varnishd.rst
View file @
3dde5886
...
...
@@ -84,11 +84,11 @@ OPTIONS
Specify the jailing technology to use.
-l <
shl[,free
]>
-l <
vsl[,vsm
]>
Specifies size of shmlog file.
shl is the store for the shared
memory log records [80M] and free is the store for other allocation
s
[1M]. Scaling suffixes like 'k', 'M' can be used up to (E)x
abytes.
Specifies size of shmlog file.
vsl is the space for the VSL records
[80M] and vsm is the space for stats counters [1M]. Scaling suffixe
s
like 'K' and 'M' can be used up to (G)ig
abytes.
Default is 81 Megabytes.
-M <address:port>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment