[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] dom0 crashes when having more than 1 vCPU
Hi Klaus Op wo 8 mei 2019 om 11:52 schreef Klaus Darilion <klaus.mailinglists@xxxxxxxxx>: Hello! If the load on your server is also network related then the Dom0 needs memory to handle network sessions. Maybe increasing the dom0_mem to 2048M would help prevent crashes. Two cpus instead of only 1 cpu will also help since the Dom0 must handle IO for the DomU hosts. In addition you could also give the Domain-0 more prio for IO, so it will not compete with DomU hosts in cpu cylces. You can do that by increasing the sched-credits to 512 (max value) for the Domain-0 xl sched-credit -d Domain-0 -w 512 This helped us a lot to improve overall responsiveness. The Dom0 needs to do the real work in the end, so if it can complete its work a.s.a.p. it is best for the performance of the DomU. The last 5 years we did not had any single problem with Xen. Yesterday, Greetings, Roalt _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |