Hello,
if you build your project with "Project->Rebuild all" the Output-window shows following information:
- Size of used data
- Size of used retain data
- Code size (size of your program)
Open the in the resource view "Target Settings" an switch to "Memory Layout", you will see the maximum sizes of code, data (Global), Retain etc.
Klaus