projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb21e86
)
web: lift MAX_MEMORY_SINGLE restriction
author
Greg Price
<price@mit.edu>
Mon, 8 Dec 2008 04:31:40 +0000
(23:31 -0500)
committer
Greg Price
<price@mit.edu>
Mon, 8 Dec 2008 04:31:40 +0000
(23:31 -0500)
svn path=/trunk/packages/invirt-web/; revision=1825
code/validation.py
patch
|
blob
|
history
diff --git
a/code/validation.py
b/code/validation.py
index
513b431
..
dd3278b
100644
(file)
--- a/
code/validation.py
+++ b/
code/validation.py
@@
-10,7
+10,7
@@
from invirt.config import structs as config
from invirt.common import InvalidInput
MAX_MEMORY_TOTAL = 512
-MAX_MEMORY_SINGLE = 256
+MAX_MEMORY_SINGLE = 512
MIN_MEMORY_SINGLE = 16
MAX_DISK_TOTAL = 50
MAX_DISK_SINGLE = 50