# HG changeset patch # User MattD # Date 1265653439 0 # Node ID bc56089e70f98ceae4580af445ad0160f76f4afd # Parent 6d325c59acb57f92a62b6d2188e0507b154b2ddc Fix for Bug 1666 - WServ NGA winscw max heap too small for running KhronosRI diff -r 6d325c59acb5 -r bc56089e70f9 windowing/windowserver/group/openwfc/WServ_nga.MMP --- a/windowing/windowserver/group/openwfc/WServ_nga.MMP Wed Feb 10 20:59:36 2010 +0000 +++ b/windowing/windowserver/group/openwfc/WServ_nga.MMP Mon Feb 08 18:23:59 2010 +0000 @@ -23,10 +23,10 @@ TARGETTYPE exe EPOCSTACKSIZE 0x4000 -// 3Mb max heap for Winscw builds (default 1Mb used for target builds) +// 6Mb max heap for Winscw builds (default 1Mb used for target builds) #ifdef WINS -EPOCHEAPSIZE 0x00010000 0x00300000 +EPOCHEAPSIZE 0x00010000 0x00600000 #endif EPOCFIXEDPROCESS CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ