* [OSSTEST PATCH] HostDiskRoot: bump to 20G
@ 2017-10-13 13:14 Ian Jackson
0 siblings, 0 replies; only message in thread
From: Ian Jackson @ 2017-10-13 13:14 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Jackson
Some of our Windows guests have more RAM now, and some of them have
big ISOs too. The guest memory ends up in /root as a save image, and
the ISO ends up there too.
Double the size of / to 20G. That will probably do for now and is
unlikely to break anything.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Reported-by: Wei Liu <wei.liu2@citrix.com>
---
Osstest.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Osstest.pm b/Osstest.pm
index a78728c..34b5b6d 100644
--- a/Osstest.pm
+++ b/Osstest.pm
@@ -94,7 +94,7 @@ our %c = qw(
HostDiskESP 300
HostDiskBoot 300
- HostDiskRoot 10000
+ HostDiskRoot 20000
HostDiskSwap 2000
Baud 115200
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-13 13:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 13:14 [OSSTEST PATCH] HostDiskRoot: bump to 20G Ian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).