summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/memory-overhead.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/if/memory-overhead.yml')
-rw-r--r--spec/acfg/if/memory-overhead.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/spec/acfg/if/memory-overhead.yml b/spec/acfg/if/memory-overhead.yml
new file mode 100644
index 00000000..39061e26
--- /dev/null
+++ b/spec/acfg/if/memory-overhead.yml
@@ -0,0 +1,30 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+appl-config-option-type: integer
+constraints:
+ min: 0
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: 0
+description: |
+ The value of this configuration option defines the number of kilobytes the
+ application wishes to add to the RTEMS Workspace size calculated by
+ ``<rtems/confdefs.h>``.
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: group-general
+- role: constraint
+ uid: constraint-wkspace
+- role: constraint
+ uid: constraint-memsz
+name: CONFIGURE_MEMORY_OVERHEAD
+notes: |
+ This configuration option should only be used when it is suspected that a bug
+ in ``<rtems/confdefs.h>`` has resulted in an underestimation. Typically the
+ memory allocation will be too low when an application does not account for
+ all message queue buffers or task stacks, see
+ ${message-buffer-memory:/name}.
+text: ''
+type: interface