summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-10-11 09:13:39 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-10-11 09:13:39 +0000
commit57f4dfc653906c8f57a7f9950dfc290e7df157a7 (patch)
tree7059c70725dad2e6f5563669bdac1d5a4bca1132 /doc
parentd4f134b8f67f821ef43769f6177de98192206d92 (diff)
downloadlvm2-57f4dfc653906c8f57a7f9950dfc290e7df157a7.tar.gz
Reduce preallocated stack size
Go with just 64KiB for stack. Closer inspection should be made, whether we actually need to play with settings at all. Since default stack size is 8MB and gets mapped via page locking thus, it seems there is no big help with preallocation of stack to some value.
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index d38f90ea2..3c08d1242 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -481,7 +481,8 @@ activation {
missing_stripe_filler = "error"
# How much stack (in KB) to reserve for use while devices suspended
- reserved_stack = 256
+ # Prior to version 2.02.89 this used to be set to 256KB
+ reserved_stack = 64
# How much memory (in KB) to reserve for use while devices suspended
reserved_memory = 8192