demo: increase default kernel heap size to 2MB.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Mar 2010 11:50:00 +0000 (11:50 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Mar 2010 11:50:00 +0000 (11:50 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3238 38d2e660-2303-0410-9eaa-f027e97ec537

examples/demo/cfg/cfg_proc.h

index 7c6dc34d36d2ac716b16360dffd5dbc1f32d27b7..d8531cdf7d47776026f4c7d7d1a19e259d514f31 100644 (file)
@@ -65,7 +65,7 @@
  * $WIZ$ type = "int"
  * $WIZ$ min = 0
  */
  * $WIZ$ type = "int"
  * $WIZ$ min = 0
  */
-#define CONFIG_KERN_HEAP_SIZE 262144L
+#define CONFIG_KERN_HEAP_SIZE 2097152L
 
 /**
  * Preemptive process scheduling.
 
 /**
  * Preemptive process scheduling.