Documentation #190
add comment about stack and heap memory configuration
Start date:
11/06/2018
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
When increasing the stack size in DevLinker for creating an exe file with a larger stack the
heap size must be reduced. Otherwise there may be strange effects for example when opening
a file dialog box because Windows functions are running out of memory.
This fact should be added as a comment in Kernel and DevLinker.
Associated revisions
docu updated slightly. Refs: #190.
Signed-off-by: Josef Templ <josef.templ@gmail.com>
several typos fixed. Refs: #190.
Signed-off-by: Josef Templ <josef.templ@gmail.com>
History
#1 Updated by J. Templ almost 4 years ago
- Forum topic set to https://forum.blackboxframework.org/viewtopic.php?f=48&t=730
#2 Updated by R. Campbell over 3 years ago
- Status changed from New to Closed
add comment about stack and heap memory configuration. Refs: #190.
Signed-off-by: Josef Templ <josef.templ@gmail.com>