How much memory does a process take

A

Alamelu

Does a process take 4 GB of memory ? what if the application requires more
than 4 gb?
 
B

Bo Persson

Alamelu said:
Does a process take 4 GB of memory ? what if the application
requires more than 4 gb?

It depends. :)

The most common 32 bit operating systems have a 4 GB virtual address
space, normally giving 2 GB to each process, and keeping 2 GB to
itself. Nothing is forcing a process to use all its memory, of course.

If the application requires more, I guess the options are either to
make it require less, or move to 64 bit operating system. There the
address space is much larger.


Bo Persson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top