Extend the memory space of an executable program to 3GB (Windows)

Source: Internet
Author: User

In order to inform the operating system that this application can support/3GB mode, we need to add a image_file_large_address_aware flag to the exe file header. The way to add it is simple:

Locate the editbin executable file under the Program Files\Microsoft Visual Studio 8\VC\bin Directory of your system and execute it at the command line:

Editbin/largeaddressaware Yourapplication.exe here Yourapplication.exe need to enter the path name plus file name of your. NET application.

After executing this statement, I run the test program again, the memory can be applied to 2.5G, more than 2GB mode 1G memory can be used.

Extend the memory space of an executable program to 3GB (Windows)

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.