| <?xml version="1.0"?> | |
| <allocations> | |
| <pool name="pool1"> | |
| <schedulingMode>FAIR</schedulingMode> | |
| <weight>1</weight> | |
| <minShare>2</minShare> | |
| </pool> | |
| <pool name="pool2"> | |
| <schedulingMode>FIFO</schedulingMode> | |
| <weight>2</weight> | |
| <minShare>3</minShare> | |
| </pool> | |
| </allocations> |