Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - malloc overcommit: (1 Item)
   
malloc overcommit  
We have a question regarding the behavior when the OS ran out of memory.
Linux system implements the behavior of "malloc overcommit", so when a process tries to call malloc but the machine 
doesn't have enough memory the OS can kill another process.
https://www.etalabs.net/overcommit.html

Is this the same in QNX?
If so, is it possible to configure like in Linux by editing /proc/sys/vm/overcommit_memory?