Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
52eaf89d
Commit
52eaf89d
authored
Feb 26, 2018
by
intrigeri
Browse files
Merge remote-tracking branch 'origin/stable' into stable
parents
8f65e0da
85fe81d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vagrant/lib/tails_build_settings.rb
View file @
52eaf89d
...
...
@@ -5,14 +5,18 @@
# Hostname of the virtual machine (must be in /etc/hosts)
VIRTUAL_MACHINE_HOSTNAME
=
'vagrant-stretch'
# Approximate amount of RAM needed to run the builder's base system
# and perform a build
VM_MEMORY_BASE
=
1024
# Approximate amount of extra space needed for builds
BUILD_SPACE_REQUIREMENT
=
12
.25
*
1024
BUILD_SPACE_REQUIREMENT
=
12
*
1024
# Virtual machine memory size for on-disk builds
VM_MEMORY_FOR_DISK_BUILDS
=
768
VM_MEMORY_FOR_DISK_BUILDS
=
VM_MEMORY_BASE
# Virtual machine memory size for in-memory builds
VM_MEMORY_FOR_RAM_BUILDS
=
VM_MEMORY_
FOR_DISK_BUILDS
+
BUILD_SPACE_REQUIREMENT
VM_MEMORY_FOR_RAM_BUILDS
=
VM_MEMORY_
BASE
+
BUILD_SPACE_REQUIREMENT
# The builder VM's platform
ARCHITECTURE
=
"amd64"
...
...
Write
Preview
Supports
Markdown
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