From f65ab1f5fd9977cae657441ea0b78677e8593ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 2 Oct 2022 00:33:56 +0200 Subject: [PATCH] Raise VM limit from 254 to 10000 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 --- qubes/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/config.py b/qubes/config.py index a8f6c9de7..bf82e19c2 100644 --- a/qubes/config.py +++ b/qubes/config.py @@ -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