Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
8d07624f
Commit
8d07624f
authored
Sep 28, 2015
by
derekwaynecarr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump memory to increase tmpfs size for salt-provision
parent
bd8ee1c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Vagrantfile
Vagrantfile
+1
-1
No files found.
Vagrantfile
View file @
8d07624f
...
...
@@ -104,7 +104,7 @@ end
# In Fedora VM, tmpfs device is mapped to /tmp. tmpfs is given 50% of RAM allocation.
# When doing Salt provisioning, we copy approximately 200MB of content in /tmp before anything else happens.
# This causes problems if anything else was in /tmp or the other directories that are bound to tmpfs device (i.e /run, etc.)
$vm_master_mem
=
(
ENV
[
'KUBERNETES_MASTER_MEMORY'
]
||
ENV
[
'KUBERNETES_MEMORY'
]
||
1
024
).
to_i
$vm_master_mem
=
(
ENV
[
'KUBERNETES_MASTER_MEMORY'
]
||
ENV
[
'KUBERNETES_MEMORY'
]
||
1
280
).
to_i
$vm_minion_mem
=
(
ENV
[
'KUBERNETES_MINION_MEMORY'
]
||
ENV
[
'KUBERNETES_MEMORY'
]
||
1024
).
to_i
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
...
...
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