Lines Matching refs:memory
1 Tmpfs is a file system which keeps all files in virtual memory.
20 pages currently in memory will show up as cached. It will not show up
29 memory.
36 POSIX shared memory (shm_open, shm_unlink). Adding the following
44 This mount is _not_ needed for SYSV shared memory. The internal
47 shared memory)
62 since the OOM handler will not be able to free that memory.
77 use up all the memory on the machine; but enhances the scalability of
81 tmpfs has a mount option to set the NUMA memory allocation policy for
87 mpol=prefer:Node prefers to allocate memory from the given Node
88 mpol=bind:NodeList allocates memory only from nodes in NodeList
91 mpol=local prefers to allocate memory from the local node
97 A memory policy with a valid NodeList will be saved, as specified, for
99 system, the mount option memory policy will be applied with a NodeList,
102 below. If the resulting NodeLists is the empty set, the effective memory
105 NUMA memory allocation policies have optional flags that can be used in
109 memory allocation policy mode flags and their effect on memory policy.