MozillaFirefox/_constraints
branchfirefox97
changeset 1171 130d464159be
parent 1170 f9b2d408b7ef
child 1172 7bdeb580be51
--- a/MozillaFirefox/_constraints	Sat Feb 05 15:04:53 2022 +0100
+++ b/MozillaFirefox/_constraints	Wed Mar 02 15:34:50 2022 +0100
@@ -3,14 +3,11 @@
   <hardware>
     <jobs>4</jobs>
     <disk>
-      <size unit="G">24</size>
+      <size unit="G">26</size>
     </disk>
     <physicalmemory>
-      <size unit="G">8</size>
+      <size unit="G">15</size>
     </physicalmemory>
-      <memoryperjob>
-        <size unit="M">1536</size>
-      </memoryperjob>
   </hardware>
   <overwrite>
     <conditions>
@@ -26,4 +23,17 @@
       </physicalmemory>
     </hardware>
   </overwrite>
+  <!-- LTO disabled - less RAM -->
+  <overwrite>
+    <conditions>
+      <arch>aarch64</arch>
+      <arch>ppc64le</arch>
+      <arch>s390x</arch>
+    </conditions>
+    <hardware>
+      <physicalmemory>
+        <size unit="G">8</size>
+      </physicalmemory>
+    </hardware>
+  </overwrite>
 </constraints>