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 637815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:39:54+00:00 2026-05-13T20:39:54+00:00

I was reading an article written by Jeffrey Ricther on garbage collection in MSDN.

  • 0

I was reading an article written by Jeffrey Ricther on garbage collection in MSDN. He mentions that “..If NextObjPtr is beyond the end of the address space region, then the heap is full and a collection must be performed”

I would like to know what is this address space region or what is the maximum memory size that CLR allocates to the .NET application which gets fully filled for GC to swing into action?

  • 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-13T20:39:54+00:00Added an answer on May 13, 2026 at 8:39 pm

    The garbage collector is of the generational type, with generation 0 having initially 256 KB, generation 1 2 MB and generation 2 has 10 MB. But these are only the initial values. Depending on the behavior of your program, they will grow or shrink.

    Note that I am taking these values from J. Richter’s book (CLR via C#, 2nd edition), page 506.

    On a 32-bit OS, the maximum usable virtual address space is 2 GB (3 GB if you boot with /3GB switch and have some specific Windows edition). The rest is reserved by Windows itself.

    But this space is shared with your EXE and DLLs (including .NET but not the system DLLs), as well as with the necessary data structures for the JIT compiler and the rest of .NET. So, it’s less than 2 GB, but your mileage may vary.

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

Sidebar

Related Questions

After reading this article on thedailywtf.com, I'm not sure that I really got the
I was reading an article about how query expressions defer executions. Does that mean
I was reading this article on MSDN Managing Heap Memory in Win32 And in
While reading this article, I got a doubt. I understood that while trasferring small
I have been reading an article about Lockless Programming in MSDN. It says :
Reading an article about HTML5, it occurs to me that while placeholders are incredibly
I'm reading this article that compares XML to JSON, and in the comments section,
Reading an article called Increase LINQ Query Performance in July's MSDN magazine, the author
I was reading an article written by an ASF contributor, and he briefly mentioned
Reading this article Taking Advantage of High-Definition Mouse Movement - http://msdn.microsoft.com/en-us/library/windows/desktop/ee418864(v=vs.100).aspx , I surmise

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.