Module: xenomai-3
Branch: next
Commit: f0c2bc8564de83ca102de745df184dffae83b8d3
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=f0c2bc8564de83ca102de745df184dffae83b8d3

Author: Philippe Gerum <r...@xenomai.org>
Date:   Fri May 29 09:22:43 2015 +0200

cobalt/kernel: increase default size of UMM areas to 64k

Copperplate-based applications may create significantly more mutexes
and condvars internally than pure POSIX ones. Increase the default
size suggested for the UMM areas those objects are allocated from.

---

 kernel/cobalt/Kconfig |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kernel/cobalt/Kconfig b/kernel/cobalt/Kconfig
index 9c754f5..27b4a4a 100644
--- a/kernel/cobalt/Kconfig
+++ b/kernel/cobalt/Kconfig
@@ -284,7 +284,7 @@ config XENO_OPT_SYS_HEAPSZ
 
 config XENO_OPT_PRIVATE_HEAPSZ
        int "Size of private heap (Kb)"
-       default 32
+       default 64
        help
 
        The Cobalt kernel implements fast IPC mechanisms within the
@@ -293,11 +293,11 @@ config XENO_OPT_PRIVATE_HEAPSZ
        process. This option can be used to set the size of this
        per-process heap.
 
-       32k is considered a large enough size for common use cases.
+       64k is considered a large enough size for common use cases.
 
 config XENO_OPT_SHARED_HEAPSZ
        int "Size of shared heap (Kb)"
-       default 32
+       default 64
        help
 
        The Cobalt kernel implements fast IPC mechanisms between
@@ -306,7 +306,7 @@ config XENO_OPT_SHARED_HEAPSZ
        processes. This option can be used to set the size of this
        system-wide heap.
 
-       32k is considered a large enough size for common use cases.
+       64k is considered a large enough size for common use cases.
 
 config XENO_OPT_NRTIMERS
        int "Maximum number of POSIX timers per process"


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to