Skip to content

Commit

Permalink
Prevent booking frames on hosts with full MCP
Browse files Browse the repository at this point in the history
- Set dispatcher.min_bookable_free_mcp_kb=1048576 on cuebot/src/test/resources
  • Loading branch information
ramonfigueiredo committed Jul 18, 2023
1 parent 59c978e commit dcf27a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cuebot/src/test/resources/opencue.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ dispatcher.booking_queue.queue_capacity=1000

# The minimum amount of free space in the MCP directory to book a host.
# E.g: 1G = 1048576 kB => dispatcher.min_bookable_free_mcp_kb=1048576
# Default = -1 (deactivated)
# Default = 1G = 1048576 kB
# If equals to -1, it means the feature is turned off
dispatcher.min_bookable_free_mcp_kb=-1
dispatcher.min_bookable_free_mcp_kb=1048576

0 comments on commit dcf27a5

Please sign in to comment.