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.
我有 3 GB 内存。有没有办法只为 C++ 应用程序分配 512MB 的 RAM?
别的
有没有办法将我的 RAM 暂时减少到 512MB 以进行测试?
谢谢,阿肖克
使用SetProcessWorkingSetSize()
设置指定进程的最小和最大工作集大小。