Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 c++ 程序,该程序需要在程序启动时初始化大型无符号字符数组。
一旦数组的大小超过 1.5gb,我的程序就会崩溃,并显示 mmap 错误代码 = 12 消息。计算机作为 4gb 的内存,所以我想利用更多的内存,但显然不是整个 4gb。
有什么方法可以增加我的程序可以使用的内存量吗?这是在 xcode 的编译器中设置的,还是可以更改的 mac 设置?