@@ -472,7 +472,7 @@ combination with the `low_crashinfo` command line option.
### credit2\_runqueue
> `= core | socket | node | all`
-> Default: `socket`
+> Default: `core`
Specify how host CPUs are arranged in runqueues. Runqueues are kept
balanced with respect to the load generated by the vCPUs running on
@@ -226,7 +226,7 @@ static const char *const opt_runqueue_str[] = {
[OPT_RUNQUEUE_NODE] = "node",
[OPT_RUNQUEUE_ALL] = "all"
};
-static int __read_mostly opt_runqueue = OPT_RUNQUEUE_SOCKET;
+static int __read_mostly opt_runqueue = OPT_RUNQUEUE_CORE;
static void parse_credit2_runqueue(const char *s)
{