Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Help me pls

AdamRuiz
Beginner
306 Views

I encounter the "unable to obtain mapped memory" error when compiling an x64 project with precompiled headers disabled. The PCH_DIAG output reveals the following virtual address space information:

=== Displaying Details of Virtual Address Space ===
Page size: 0000000000001000
Minimum application address: 0000000000010000
Maximum application address: 000007FFFFFEFFFF
Base Address: 0000000000034000 Region Size: 000000000000C000

I'm puzzled as to why it attempts to allocate more than 8 terabytes of virtual memory.

0 Kudos
1 Reply
Viet_H_Intel
Moderator
121 Views

Can you please provide us a reproducer along with the compiler version and command line options? 

0 Kudos
Reply