Module: xenomai-3 Branch: wip/dovetail Commit: 76a564533cc258650a7f8257a204c938bcb6df9b URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=76a564533cc258650a7f8257a204c938bcb6df9b
Author: Philippe Gerum <[email protected]> Date: Fri Mar 4 17:59:16 2016 +0100 cobalt/kernel: raise default sysheap size to 512 Kb --- kernel/cobalt/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/cobalt/Kconfig b/kernel/cobalt/Kconfig index afa62d2..24f09e8 100644 --- a/kernel/cobalt/Kconfig +++ b/kernel/cobalt/Kconfig @@ -257,7 +257,7 @@ config XENO_OPT_REGISTRY_NRSLOTS config XENO_OPT_SYS_HEAPSZ int "Size of system heap (Kb)" - default 256 + default 512 help The system heap is used for various internal allocations by the Cobalt kernel. The size is expressed in Kilobytes. _______________________________________________ Xenomai-git mailing list [email protected] https://xenomai.org/mailman/listinfo/xenomai-git
