xen-devel
Re: [Xen-devel] [PATCH 08/16] xenpaging: reduce MINIMUM_RESTART_TIME
On Wed, Nov 03, Ian Jackson wrote:
> Olaf Hering writes ("[Xen-devel] [PATCH 08/16] xenpaging: reduce
> MINIMUM_RESTART_TIME"):
> > Allow runlevel 6 as default runlevel.
> ...
> > -MINIMUM_RESTART_TIME = 60
> > +MINIMUM_RESTART_TIME = 5
>
> I don't understand what this change is doing in your xenpaging series;
> nor does setting runlevel 6 as the default runlevel seem very
> sensible other than perhaps for some kind of stress testing.
>
> Perhaps this patch snuck into the series by mistake ?
Its there intentional in my series, just to get the startup code tested
automatically. The runtime code seems to work ok now that the granttable
part got fixed.
Last time I tried to get this variable into the vm config file, it did
not work as expected. Appearently its a global variable, not per guest.
And its value was changed from 20 (I think) to 60 without a good
changelog entry, not too long ago. For my testing, even 20 would have
been to long. If I use 'reboot' quickly in grub, guest runtime is around
7 seconds I think.
Too bad, this variable is only a bandaid because it doesnt know any
context of the guest. And it cant know any context. When is a guest in a
good or bad state? Should it panic, or crash? Its not easy to detect
a bad condition.
A better change would be to allow an override in the guest config file.
Olaf
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] [PATCH 06/16] xenpaging: drop paged pages in guest_remove_page, (continued)
- [Xen-devel] [PATCH 12/16] xenpaging: print info when free request slots drop below 3, Olaf Hering
- [Xen-devel] [PATCH 11/16] xenpaging: increase recently used pages from 4MB to 64MB, Olaf Hering
- [Xen-devel] [PATCH 15/16] xenpaging: print p2mt for already paged-in pages, Olaf Hering
- [Xen-devel] [PATCH 13/16] xenpaging: prevent page-out of first 16MB, Olaf Hering
- [Xen-devel] [PATCH 10/16] xenpaging: add signal handling, Olaf Hering
- [Xen-devel] [PATCH 16/16] xenpaging: (sparse) documenation, Olaf Hering
- [Xen-devel] [PATCH 09/16] xenpaging: start xenpaging via config option, Olaf Hering
- [Xen-devel] [PATCH 08/16] xenpaging: reduce MINIMUM_RESTART_TIME, Olaf Hering
- [Xen-devel] [PATCH 14/16] xenpaging: add dynamic startup delay for xenpaging, Olaf Hering
- Re: [Xen-devel] [PATCH 00/16] xenpaging changes for xen-unstable, Olaf Hering
- [Xen-devel] [PATCH 17/16] xenpaging: notify policy only on resume, Olaf Hering
|
|
|