aboutsummaryrefslogblamecommitdiff
path: root/conf/fairscheduler.xml.template
blob: 04a6b418dc172c237b9db030b4bafe868ded64db (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                         
<?xml version="1.0"?>
<allocations>
<pool name="production">
    <minShare>2</minShare>
    <weight>1</weight>
    <schedulingMode>FAIR</schedulingMode>
</pool>
<pool name="test">
    <minShare>3</minShare>
    <weight>2</weight>
    <schedulingMode>FIFO</schedulingMode>
</pool>
<pool name="data">
</pool>
</allocations>