1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

NIX: Fix 32b builds (2G of RAM is 1M too much for 32b QEMU).

This commit is contained in:
Petr Rockai 2014-10-22 09:02:17 +02:00
parent 4988d799a2
commit 2c8e7821c3

View File

@ -13,7 +13,7 @@ let
fullName = "LVM2";
src = jobs.tarball;
diskImage = diskFun { extraPackages = extras; };
memSize = 2048;
memSize = 2047;
# fc16 lcov is broken and el6 has none... be creative
prepareImagePhase = ''