What is the maximum memory size that a single process can access on windows? Is it the same as the maximum virtual memory of the system? What is the impact on system design?

Source: Internet
Author: User
Windows uses a virtual addressing system. This system ProgramThe available memory addresses are mapped to the actual addresses in the hardware memory. These tasks are fully managed in the Windows background, the actual result is that each process on a 32-bit processor can use 4 GB of memory-no matter how much hard disk space on the computer (this value will be larger on a 64-bit processor ). This 4 GB memory actually contains all the parts of the program ------ including executable Code, All the DLL files loaded by the code, and the content of all the variables used when the program is running. This 4 GB memory is called virtual address space or virtual memory.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.