summaryrefslogtreecommitdiff
path: root/newmoon/debian/_constraints
blob: b058511538ce0feaa206ef8561aa17ee248c7a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<constraints>
  <hardware>
    <disk>
        <size unit="G">30</size>
    </disk>
    <memory>
      <size unit="M">14000</size>
    </memory>
  </hardware>
</constraints>
bgstack15