Code Review
/
kni
/
installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
28edb91
)
Increase memory of master nodes to 16gb
71/971/2
akraino_r1
author
Yolanda Robla
<yroblamo@redhat.com>
Tue, 11 Jun 2019 07:42:14 +0000
(09:42 +0200)
committer
Yolanda Robla
<yroblamo@redhat.com>
Wed, 12 Jun 2019 14:33:53 +0000
(16:33 +0200)
Currently defaults to 11192mb, and it showed
some failures on masters, so increasing it.
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I2c1a16b60810f508ec7de4bcda7088e43a79bf18
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
068524a
..
ba3394a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-18,7
+18,7
@@
override INSTALLER_GIT_TAG = "v0.16.1"
endif
ifndef MASTER_MEMORY_MB
-override MASTER_MEMORY_MB = "1
1192
"
+override MASTER_MEMORY_MB = "1
6384
"
endif
ifndef RELEASES_URL