I have a quite a big iPad application with about 20 xib's about 50 images. It has a login view and until its login page it loads only the images and language resources in to memory. When I load the application and after login view loaded it consumes about 40 MB's. Only the login view is in memory at that time. I noticed this memory from the Activity Monitor and I also tested the performance with Instruments also. According to that no memory leaks. I cant imagine how this occurred?
Also anyone know how to measure the total memory for the app using Instruments?