aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/fairscheduler.xml
blob: 5a688b0ebb973105fa603f924fe819eecda8ba46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<allocations>
<pool name="1">
    <minShare>2</minShare>
    <weight>1</weight>
    <schedulingMode>FIFO</schedulingMode>
</pool>
<pool name="2">
    <minShare>3</minShare>
    <weight>1</weight>
    <schedulingMode>FIFO</schedulingMode>
</pool>
<pool name="3">
</pool>
</allocations>