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
bf2da4e1
Commit
bf2da4e1
authored
Feb 24, 2012
by
Lasse Karstensen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forgot to delete, thank you scoof
parent
a502bae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
virtualised.rst
doc/sphinx/tutorial/virtualised.rst
+0
-23
No files found.
doc/sphinx/tutorial/virtualised.rst
deleted
100644 → 0
View file @
a502bae6
Running Varnish in a virtualized environment
--------------------------------------------
It is possible, but not recommended for high performance, to run
Varnish on virtualised hardware. Reduced disk- and network performance
will reduce the performance a bit so make sure your system has good IO
performance.
OpenVZ
~~~~~~
If you are running on 64bit OpenVZ (or Parallels VPS), you must reduce
the maximum stack size before starting Varnish. The default allocates
to much memory per thread, which will make varnish fail as soon as the
number of threads (==traffic) increases.
Reduce the maximum stack size by running::
ulimit -s 256
in the startup script.
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