I think I have read through the forum and documentation thoroughly, but I can not find any information about how to get information regarding memory consumption.
Is it possible to get static information about application/assembly size after build?
Is it possible to get static information about available flash-memory after download to Domino?
Is it possible to get runtime information about available/consumed RAM?
Information about available flash memory is simply to know how much space is available for my application. I guess that this is quite stable but might vary between updates of the firmware?
The region reserved for your application (deployment) is fixed in size. Our firmware will not effect the deployment region. At least we try to keep it the same size. I think it is about 100KB which means you will probably never fill it using just code! If you write code that fills out flash then you are my hero! I would love to see what application that needed so much coding