From: arighi Date: Thu, 18 Mar 2010 11:50:00 +0000 (+0000) Subject: demo: increase default kernel heap size to 2MB. X-Git-Tag: 2.4.0~26 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b20beb09b845444862aa7f836f2d9a096eb03cef;p=bertos.git demo: increase default kernel heap size to 2MB. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3238 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/examples/demo/cfg/cfg_proc.h b/examples/demo/cfg/cfg_proc.h index 7c6dc34d..d8531cdf 100644 --- a/examples/demo/cfg/cfg_proc.h +++ b/examples/demo/cfg/cfg_proc.h @@ -65,7 +65,7 @@ * $WIZ$ type = "int" * $WIZ$ min = 0 */ -#define CONFIG_KERN_HEAP_SIZE 262144L +#define CONFIG_KERN_HEAP_SIZE 2097152L /** * Preemptive process scheduling.