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 プログラムの物理メモリ消費をどのように制限できますか?
システムが使用しているページ置換アルゴリズムのタイプを特定する必要があります。
問題は、プロセスがメモリ内に保持できるページ数を制限しないと、ページ フォールトのパターンを分析してページ置換アルゴリズムを決定することが困難になることです。
また、マシンにルート アクセス権がありません。
setrlimit(RLIMIT_MEMLOCK, ...)。
setrlimit(RLIMIT_MEMLOCK, ...)