summaryrefslogtreecommitdiffstats
path: root/spec/if/acfg/memory-overhead.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/acfg/memory-overhead.yml')
-rw-r--r--spec/if/acfg/memory-overhead.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/spec/if/acfg/memory-overhead.yml b/spec/if/acfg/memory-overhead.yml
deleted file mode 100644
index 39061e26..00000000
--- a/spec/if/acfg/memory-overhead.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-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