Module: xenomai-2.4
Branch: master
Commit: c2621bfeafed0099e36fabf0d3ef10b9922becc9
URL:    
http://git.xenomai.org/?p=xenomai-2.4.git;a=commit;h=c2621bfeafed0099e36fabf0d3ef10b9922becc9

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sat Jul 18 12:57:55 2009 +0200

nucleus: use larger default sizes for heap and stack pool

---

 ksrc/nucleus/Kconfig |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/ksrc/nucleus/Kconfig b/ksrc/nucleus/Kconfig
index aaa4018..1a5a1e8 100644
--- a/ksrc/nucleus/Kconfig
+++ b/ksrc/nucleus/Kconfig
@@ -134,7 +134,7 @@ config XENO_OPT_REGISTRY_NRSLOTS
 
 config XENO_OPT_SYS_HEAPSZ
        int "Size of the system heap (Kb)"
-       default 128
+       default 256
        help
 
        The system heap is used for various internal allocations by
@@ -144,8 +144,7 @@ config XENO_OPT_SYS_HEAPSZ
 config XENO_OPT_SYS_STACKPOOLSZ
         depends on XENO_GENERIC_STACKPOOL
        int "Size of the private stack pool (Kb)"
-       default 32 if !64BIT && !BLACKFIN && !XENO_DRIVERS_SWITCHTEST
-       default 128 if 64BIT || BLACKFIN || XENO_DRIVERS_SWITCHTEST
+       default 128
        help
 
        On this architecture, kernel-based Xenomai threads get the


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to