From 67628dae8b37a226cb6899ffebffd66b40e74161 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Tue, 8 Jan 2008 14:54:10 -0600 Subject: add ability to conditionally enable tmpfs based on minimum ram availability. --- py/mock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/mock.py') diff --git a/py/mock.py b/py/mock.py index bf0d616..d27d73e 100755 --- a/py/mock.py +++ b/py/mock.py @@ -240,7 +240,7 @@ def setup_default_config_opts(config_opts, unprivUid): # ('/another/host/path', '/another/bind/mount/path/in/chroot/'), ]}, 'tmpfs_enable': False, - 'tmpfs_opts': {}, + 'tmpfs_opts': {'required_ram_mb': 900}, } # dependent on guest OS -- cgit