Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
49bc26a3
Commit
49bc26a3
authored
Jan 27, 2013
by
Nikos Skalkotos
Browse files
Change some default values
Change HELPER_SIZE to 600 and HELPER_SOFT_TIMEOUT to 120
parent
db7d9df2
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-image-host/common.sh.in
View file @
49bc26a3
...
...
@@ -372,8 +372,8 @@ fi
: ${IMAGE_DEBUG:="no"}
: ${VERSION_CHECK:="@VERSION_CHECK@"}
: ${HELPER_DIR:="@HELPER_DIR@"}
: ${HELPER_SIZE:="
4
00"}
: ${HELPER_SOFT_TIMEOUT:=20}
: ${HELPER_SIZE:="
6
00"}
: ${HELPER_SOFT_TIMEOUT:=
1
20}
: ${HELPER_HARD_TIMEOUT:=5}
: ${HELPER_USER:="nobody"}
: ${PITHOS_DB:="sqlite:////@localstatedir@/lib/pithos/backend.db"}
...
...
snf-image-host/defaults.in
View file @
49bc26a3
...
...
@@ -21,7 +21,7 @@
# HELPER_DIR="@localstatedir@/lib/snf-image/helper/"
# HELPER_SIZE: Size of the helper VM image in MB
# HELPER_SIZE="
4
00"
# HELPER_SIZE="
6
00"
# HELPER_TIMOUT: Soft and hard timeout limits for helper instance. The helper
# instance will be terminated after a given time if it hasn't exited by itself.
...
...
@@ -30,7 +30,7 @@
# still running after a HELPER_HARD_TIMEOUT interval since the initial signal
# was sent. The timeout values are integer numbers with an optional suffix: `s'
# for seconds (the default), `m' for minutes, `h' for hours or `d' for days.
# HELPER_SOFT_TIMEOUT="20"
# HELPER_SOFT_TIMEOUT="
1
20"
# HELPER_HARD_TIMEOUT="5"
# HELPER_USER: For security reasons, it is recommended that the helper VM
...
...
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