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.
如何从 linux 2.6.32 机器上的源代码中限制 C 程序的物理内存消耗?
我需要确定系统正在使用的页面替换算法的类型。
问题在于,如果不限制进程在内存中的页数,就很难分析页错误的模式来确定页替换算法。
另外,我在机器上没有root访问权限。
setrlimit(RLIMIT_MEMLOCK, ...).
setrlimit(RLIMIT_MEMLOCK, ...)