# HG changeset patch # User stekloff@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # Node ID 46e203649305668fd11753686608e908f1162ef9 # Parent 585b1e4ab99031fa6a39dbcd246716cf239063c9 Small Memory fix patch #2: I forgot to change the XmTestDomain method minSafeMem from 16 to 32. Signed-off-by: Daniel Stekloff diff -r 585b1e4ab990 -r 46e203649305 tools/xm-test/lib/XmTestLib/XenDomain.py --- a/tools/xm-test/lib/XmTestLib/XenDomain.py Wed Apr 19 18:51:54 2006 +++ b/tools/xm-test/lib/XmTestLib/XenDomain.py Wed Apr 19 19:00:33 2006 @@ -252,7 +252,7 @@ waitForBoot() def minSafeMem(self): - return 16 + return 32 if __name__ == "__main__":