We are creating a Real-Time Process in VxWorks 6.x, and we would like to limit the amount of memory which can be allocated to the heap. How do we do this?
相关问题
- C++ 11 in vxworks
- Relocation value does not fit in 24 bits
- Task in vxworks
- Why are particular UDP messages always getting dro
- How to set TCP keep alive interval for a specific
相关文章
- Why are particular UDP messages always getting dro
- 与ADA文件的问题通过一个C ++(UsrAppInit)VxWorks中6.7(工作空间4)执行?
- ZoomEye(钟馗之眼)
- VxWorks的映射6.8物理到虚拟存储器(vxWorks 6.8 mapping physical
- 国产唯一GPU,景嘉微
- 最新版本VxWorks Cert Edition IEC 62304已具备医疗设备开发合规性
- 详解工业机器人控制系统架构(干 货)
- How to set TCP keep alive interval for a specific
This can be done through the use of the HEAP_MAX_SIZE environment variable. If it is set, it limits the ability of the heap to grow beyond that size. It does not, however, limit the initial heap size.
See page 31
When creating a RTP via rtpSpawn(), you can specify an environment variable which controls how the heap behaves.
There are 3 environment variables: