Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6798433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:43:46+00:00 2026-05-26T18:43:46+00:00

I have created a simple wp7 application which contains 2 pages both with a

  • 0

I have created a simple wp7 application which contains 2 pages both with a button and an image on it(and 2 pointless radio buttons).:

<!--ContentPanel - place additional content here-->
    <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
        <RadioButton Content="RadioButton" Height="80" Name="radioButton1" VerticalAlignment="Top" Margin="0,0,268,0" />
        <RadioButton Content="RadioButton" Height="80" HorizontalAlignment="Left" Margin="231,0,0,0" Name="radioButton2" VerticalAlignment="Top" Width="204" />
        <Button Content="Button" Height="97" HorizontalAlignment="Left" Margin="137,510,0,0" Name="button1" VerticalAlignment="Top" Width="331" Click="button1_Click"/>
        <Image Height="418" HorizontalAlignment="Left" Margin="12,86,0,0" Name="image1" Stretch="Fill" VerticalAlignment="Top" Width="444" Source="http://brucew.files.wordpress.com/2011/10/stones-some-girls.jpg"/>
    </Grid>

And when I navigate back and forth the memory consumption increases up to 30-35.
I’m navigating back with the Back button all the time .

Now I’m afraid that a more complex application with image selector, bingmaps and about 10 other pages will reach the 90 megs barrier pretty easy.

So my question is why is this happening with my test application, is this something I should be concerned about?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:43:47+00:00Added an answer on May 26, 2026 at 6:43 pm

    Each time you navigate to the second page a new instance is created. The first page will only have a single instance as this is the app entry point.
    After you navigate back from the second page that instance is then orphaned and hence eligible for garbage collection. The instance will not be collected immediately, however, instead it will be freed the next time a garbage collection runs (or maybe be on a subsequent run, depending on the memory usage of your app).

    I think you will find that the memory usage won’t increase until you have a lot of objects that are actually still in use. The usage you are seeing here is due to a lot of objects whose memory can be reclaimed if needed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a simple web application, for which I want all responses with
I have created a simple wcf service which used the WCF Service Library template.
I have created a simple Asp.Net custom control which automatically combines all the correct
i have created a simple public ref class in the vc++ project, which is
I am programming WP7 application adhering the MVVM pattern. I have ViewModelLocator which ensures
I have created simple application in windows sharepoint services. Now I want to deploy
I have created simple .aspx page which queries a database for some live data
I have created a simple vc++ console application and try to print Hello World.
I have created a simple ASP.Net application, where first page accepts an input and
I have created a simple application icon by embedding a standard windows resource file

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.