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

Author: Philippe Gerum <r...@xenomai.org>
Date:   Tue Nov 29 16:24:58 2011 +0100

kernel/cobalt: raise default sem heap size to 32k

---

 kernel/cobalt/nucleus/Kconfig |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kernel/cobalt/nucleus/Kconfig b/kernel/cobalt/nucleus/Kconfig
index 9b30f1a..5692860 100644
--- a/kernel/cobalt/nucleus/Kconfig
+++ b/kernel/cobalt/nucleus/Kconfig
@@ -253,20 +253,20 @@ endif
 
 config XENO_OPT_SEM_HEAPSZ
        int "Size of private semaphores heap (Kb)"
-       default 12
+       default 32
        help
 
        Xenomai implementation of user-space semaphores relies on heaps 
        shared between kernel and user-space. This configuration entry
        allow to set the size of the heap used for private semaphores.
 
-       Note that each semaphore will allocate 4 bytes on 32 bits 
-       architectures or 8 bytes on 64 bits architectures of memory, so,
-       the default of 12 Kb allows creating many semaphores.
+       Note that each semaphore will allocate 4 bytes on 32 bits
+       architectures or 8 bytes on 64 bits architectures of memory,
+       so, the default of 32 Kb allows creating many semaphores.
 
 config XENO_OPT_GLOBAL_SEM_HEAPSZ
        int "Size of global semaphores heap (Kb)"
-       default 12
+       default 32
        help
 
        Xenomai implementation of user-space semaphores relies on heaps 
@@ -274,9 +274,9 @@ config XENO_OPT_GLOBAL_SEM_HEAPSZ
        allow to set the size of the heap used for semaphores shared 
        between several processes.
 
-       Note that each semaphore will allocate 4 bytes on 32 bits 
-       architectures or 8 bytes on 64 bits architectures of memory, so,
-       the default of 12 Kb allows creating many semaphores.
+       Note that each semaphore will allocate 4 bytes on 32 bits
+       architectures or 8 bytes on 64 bits architectures of memory,
+       so, the default of 32 Kb allows creating many semaphores.
 
 config XENO_OPT_RTDM_FILDES
        int "Maximum number of RTDM file descriptors"


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

Reply via email to