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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T00:16:41+00:00 2026-05-30T00:16:41+00:00

I have a very memory-intensive C# desktop application and my question is: Is increasing

  • 0

I have a very memory-intensive C# desktop application and my question is: Is increasing the RAM of the computer better (for a single application), or it’s just better for supporting many applications at the same time?

My operating system is Windows 7 (64 bit).

To explain more, what I know is that the memory available to a process is the stack (per thread) and the heap. The stack is independent of the computer’s RAM and generally it’s the operating system that determines its size. But the heap is much larger and it’s recommended that large objects are to be placed on the heap (that’s what new in C# does, it takes memory from the heap).

So the question again is: Does expanding the RAM of a computer expand the heap available to each process? And is there a heap for each process, or it’s just a single heap?

  • 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-30T00:16:43+00:00Added an answer on May 30, 2026 at 12:16 am

    Firstly, I think it’ll be really helpful if you dived a little into operating system concepts such as “process address space” and how processes and virtual memory work at the basic level.
    This seems good -> [1]: http://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory

    Each process has its own process address space and thereby its own heap. The heap is a part of the “virtual address space” that caters to dynamic memory allocation. It also depends
    on the range of addressable memory your OS can accommodate. For instance, in a 32 bit system the maximum addressable range can never exceed 4GB.

    Adding more RAM can make some difference (not a night and day one though) by reducing things like thrashing.

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

Sidebar

Related Questions

I have a question about the std::vector. I have a very memory intensive algorithm
I have an Android application that is very image intensive. I'm currently using Bitmap.createScaledBitmap()
I have a stored procedure that is not only huge, but very memory intensive.
I have a class that parses very large file (that can't fit in memory)
I have a piece of code that load a very big image in memory.
I have very technical question, I was working with C, and now I'm studying
I have a very strange memory leak problem, it seems that sqlite3_step is doing
I have very little experience with compression algorithms; my experience just comes from running
My application is very database intensive so I've tried really hard to make sure
I'm developing an application with very intense image processing where I have multiple ListFragments

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.