core/src/command_wrappers.cpp
changeset 59 c9dfb364c2d1
parent 0 7f656887cf89
child 78 b3ffff030d5c
--- a/core/src/command_wrappers.cpp	Tue Sep 14 09:49:39 2010 +0100
+++ b/core/src/command_wrappers.cpp	Wed Sep 15 18:07:34 2010 +0100
@@ -17,7 +17,7 @@
 // Constants.
 //
 
-const TInt KMaxHeapSize = KMinHeapSize * 1024;
+const TInt KMaxHeapSize = 1024*1024; // 1 MB
 
 
 //