Skip to content
Snippets Groups Projects
Commit 6ccfb73c authored by Andrew xia's avatar Andrew xia
Browse files

Add fair scheduler config template file

parent 606bb1b4
No related branches found
No related tags found
No related merge requests found
<?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>
<?xml version="1.0"?>
<allocations>
<pool name="1">
<minShare>2</minShare>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment