When you run Revit as a 32-bit application on Windows® 7, it is limited to 4 GB of virtual address space. Typically, on a 32-bit system, Microsoft® Windows® reserves 2 GB of the 4 GB virtual address space of any process for the operating system and leaves the remaining 2 GB for the application process (including the space for the code pages, the stack, and all dynamically allocated memory). The 3 GB feature divides the virtual address space differently on 32-bit systems, providing 3 GB for the application and 1 GB for the operating system.
Before enabling the 3 GB feature, see 3 GB Feature Considerations. Verify that you have sufficient virtual memory allocated for your purposes before enabling the 3 GB feature, as follows.
To verify virtual memory allocation on Windows 7
Physical Memory | Recommended Paging File |
---|---|
2 GB | 4096 MB |
3 GB | 6144 MB |
4 GB | 8192 MB |
Your system should have at least 3 GB set aside for the paging file size to take full advantage of the available address space. Every concurrently running application is sharing the available paging file size, so setting it to something more than 3 GB (such as 4 GB) is recommended.
To enable the 3 GB feature on Windows 7
bcdedit /set IncreaseUserVa 3072
To disable the 3 GB feature on Windows 7
bcdedit /deletevalue IncreaseUserVa
See the product support page for more information.