ia64/xen-unstable
changeset 9787:addc26c4b4a6
Small Memory fix patch #2: I forgot to change the XmTestDomain method
minSafeMem from 16 to 32.
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
minSafeMem from 16 to 32.
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
author | stekloff@dyn9047022152.beaverton.ibm.com |
---|---|
date | Wed Apr 19 22:58:16 2006 +0100 (2006-04-19) |
parents | a22ce69dd703 |
children | bdcc838b9a72 |
files | tools/xm-test/lib/XmTestLib/XenDomain.py |
line diff
1.1 --- a/tools/xm-test/lib/XmTestLib/XenDomain.py Wed Apr 19 22:58:03 2006 +0100 1.2 +++ b/tools/xm-test/lib/XmTestLib/XenDomain.py Wed Apr 19 22:58:16 2006 +0100 1.3 @@ -252,7 +252,7 @@ class XmTestDomain(XenDomain): 1.4 waitForBoot() 1.5 1.6 def minSafeMem(self): 1.7 - return 16 1.8 + return 32 1.9 1.10 if __name__ == "__main__": 1.11