Add fair scheduler config template file

This commit is contained in:
Andrew xia 2013-07-04 19:19:44 +08:00
Родитель 606bb1b450
Коммит 6ccfb73ca9
2 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,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>

Просмотреть файл

@ -1,3 +1,4 @@
<?xml version="1.0"?>
<allocations>
<pool name="1">
<minShare>2</minShare>