Comment # 8 on bug 1188277 from
It seems, that s390p24 has got 8GB of memory (if OBS identifies that) and that
was also not enough for libecpint for building.

Mame has got such a system requirement for x86 in the constraints file:
 <overwrite>
    <conditions>
      <arch>x86_64</arch>
      <package>mame:mame</package>
    </conditions>
    <hardware>
      <disk>
        <size unit="G">34</size>
      </disk>
      <memory>
        <size unit="M">14500</size>
      </memory>
    </hardware>
  </overwrite>

Can we receive 1 build node with 16GB of memory instead of 2 of 12 build nodes
with 8GB? It seems that 12GB is not enough for some packages...

Thank you!


You are receiving this mail because: