forked from pool/kanidm
e06b7f4e8f
* Release 1.3.2 * Prevent bug in pam (#2960) * Reduce client logging noise * Improve migration error message (#2959) OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=59
14 lines
306 B
XML
14 lines
306 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<hardware>
|
|
<processors>2</processors>
|
|
<memory>
|
|
<size unit="G">8</size>
|
|
</memory>
|
|
<disk>
|
|
<!-- Needed because OBS workers chronically run out of disk because sigghhh -->
|
|
<size unit="G">25</size>
|
|
</disk>
|
|
</hardware>
|
|
</constraints>
|