Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
16150f98
Commit
16150f98
authored
Oct 02, 2012
by
Leigh B Stoller
Browse files
Prevent imageuzip from eating so much memory.
parent
092702ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/restorevm.pl
View file @
16150f98
...
...
@@ -260,7 +260,7 @@ foreach my $physinfo (keys(%diskinfo)) {
# The root FS is a single partition image, while the aux disks
# have a real MBR in them.
#
my
$opts
=
"
-W
25
6
";
my
$opts
=
"
-W 6
4
";
if
(
$infomode
)
{
system
("
$IMAGEDUMP
$filename
");
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment