[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Small Memory fix patch #2: I forgot to change the XmTestDomain method
# HG changeset patch # User stekloff@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # Node ID addc26c4b4a6b15e4532afab42bd9ee4df46e671 # Parent a22ce69dd70396bf53880271daade5aa16d72bfc Small Memory fix patch #2: I forgot to change the XmTestDomain method minSafeMem from 16 to 32. Signed-off-by: Daniel Stekloff <dsteklof@xxxxxxxxxx> diff -r a22ce69dd703 -r addc26c4b4a6 tools/xm-test/lib/XmTestLib/XenDomain.py --- a/tools/xm-test/lib/XmTestLib/XenDomain.py Wed Apr 19 22:58:03 2006 +0100 +++ b/tools/xm-test/lib/XmTestLib/XenDomain.py Wed Apr 19 22:58:16 2006 +0100 @@ -252,7 +252,7 @@ class XmTestDomain(XenDomain): waitForBoot() def minSafeMem(self): - return 16 + return 32 if __name__ == "__main__": _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |