Skip to content

Commit

Permalink
Raise VM limit from 254 to 10000
Browse files Browse the repository at this point in the history
Make max QID equal to max DispID.
Technically QID could be up to 64770 (because of how IP addresses are
assigned), but set the limit lower to allow future adjustments to the IP
calculation without being forced into weird corner cases.

Fixes QubesOS/qubes-issues#2519
  • Loading branch information
marmarek committed Oct 1, 2022
1 parent 39ea3b3 commit f65ab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
}

max_qid = 254
max_qid = 10000
max_dispid = 10000

#: built-in standard labels, if creating new one, allocate them above this
Expand Down

0 comments on commit f65ab1f

Please sign in to comment.