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