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
719b8819
Commit
719b8819
authored
Mar 10, 2014
by
Nikos Skalkotos
Browse files
Increase the helper VM's default RAM size to 512MB
The default Virtual RAM size for the helper VM used to be 256MB
parent
af4aaa38
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-image-host/common.sh.in
View file @
719b8819
...
...
@@ -452,7 +452,7 @@ fi
: ${HELPER_SOFT_TIMEOUT:=120}
: ${HELPER_HARD_TIMEOUT:=5}
: ${HELPER_USER:="nobody"}
: ${HELPER_MEMORY:="
256
"}
: ${HELPER_MEMORY:="
512
"}
: ${PITHOS_DB:="sqlite:////@localstatedir@/lib/pithos/backend.db"}
: ${PITHOS_DATA:="@localstatedir@/lib/pithos/data/"}
: ${PROGRESS_MONITOR:="@PROGRESS_MONITOR@"}
...
...
snf-image-host/defaults.in
View file @
719b8819
...
...
@@ -39,7 +39,7 @@
# HELPER_USER="nobody"
# HELPER_MEMORY: Virtual RAM size in megabytes to be given to the helper VM.
# HELPER_MEMORY="
256
"
# HELPER_MEMORY="
512
"
# MULTISTRAP_CONFIG: Configuration file to be used with multistrap to create
# the rootfs of the helper image.
...
...
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