SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause appl-config-option-type: integer 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 ````. enabled-by: true index-entries: [] interface-type: appl-config-option links: - role: requirement-refinement uid: ../req/memory-overhead - role: appl-config-group-member uid: group-general - role: constraint uid: ../constraint/min-zero - role: constraint uid: ../constraint/memory-size - role: constraint uid: ../constraint/wkspace - role: constraint uid: ../constraint/option-not-pre-qualified name: CONFIGURE_MEMORY_OVERHEAD notes: | This configuration option should only be used when it is suspected that a bug in ```` 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}. type: interface