[Libosinfo] [osinfo-db PATCH 3/3] silverblue28 & 29: Add network-install resources

Fabiano Fidêncio fidencio at redhat.com
Fri Mar 29 18:22:54 UTC 2019


In order to perform a tree based installation, dracut seems to download
the whole OSTree into memory, using them more memory than the
recommended to run the system.

I didn't find any documented value for this, but I couldn't perform the
installation with less than 5GB of RAM.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 data/os/fedoraproject.org/silverblue-28.xml.in | 4 ++++
 data/os/fedoraproject.org/silverblue-29.xml.in | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/data/os/fedoraproject.org/silverblue-28.xml.in b/data/os/fedoraproject.org/silverblue-28.xml.in
index f747060..ccaa322 100644
--- a/data/os/fedoraproject.org/silverblue-28.xml.in
+++ b/data/os/fedoraproject.org/silverblue-28.xml.in
@@ -34,6 +34,10 @@
         <ram>2147483648</ram>
         <storage>21474836480</storage>
       </recommended>
+
+      <network-install>
+        <ram>5368709120</ram>
+      </network-install>
     </resources>
 
     <installer>
diff --git a/data/os/fedoraproject.org/silverblue-29.xml.in b/data/os/fedoraproject.org/silverblue-29.xml.in
index 444de82..5a6afc4 100644
--- a/data/os/fedoraproject.org/silverblue-29.xml.in
+++ b/data/os/fedoraproject.org/silverblue-29.xml.in
@@ -45,6 +45,10 @@
         <ram>2147483648</ram>
         <storage>21474836480</storage>
       </recommended>
+
+      <network-install>
+        <ram>5368709120</ram>
+      </network-install>
     </resources>
 
     <installer>
-- 
2.20.1




More information about the Libosinfo mailing list