From 8a17b5db4ca3827c077401993957f703b1347369 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Mon, 7 Sep 2009 19:10:31 +0000 Subject: [PATCH] Increase disk limit. --- sm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm.py b/sm.py index 0b4d505..841fb8f 100644 --- a/sm.py +++ b/sm.py @@ -39,7 +39,7 @@ DEFAULT_ALLOCATION = { 'net_i2_max_kbyte': 31640625, 'net_i2_thresh_kbyte': 28476562, # disk space limit - 'disk_max': 5000000, # bytes + 'disk_max': 10000000, # bytes # capabilities 'capabilities': '', # IP addresses -- 2.43.0