Changes between Initial Version and Version 1 of Ticket #13436, comment 2


Ignore:
Timestamp:
Apr 20, 2017, 10:00:51 AM (7 years ago)
Author:
axeld

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13436, comment 2

    initial v1  
    1 Looking at the runtime loader's heap implementation, it starts using 64 KB, and increases it's size by 32 KB. If you're interested in how much more memory that will take, the follow shell command will compute a size of all runtime loader heaps in bytes (to run before and after on a freshly booted system):
     1Looking at the runtime loader's heap implementation, it starts using 64 KB, and increases it's size by 32 KB. If you're interested in how much more memory that will take, the following shell command will compute a size of all runtime loader heaps in bytes (to run before and after on a freshly booted system):
    22{{{
    33$ listarea | grep "rld heap" | cut -c50-60 | grep -v "^$" | { echo ibase=16; paste -d+ -s; } | bc