Lines Matching full:memory
3 menu "Memory Management options"
13 bool "Support for paging of anonymous memory (swap)"
19 used to provide more virtual memory than the actual RAM present
30 compress them into a dynamically allocated RAM-based memory pool.
46 bool "Shrink the zswap pool on memory pressure"
52 written back to the backing swap device) on memory pressure.
57 and consume memory indefinitely.
177 bool "Configure for minimal memory footprint"
181 Configures the slab allocator in a way to achieve minimal memory
193 For reduced kernel memory fragmentation, slab caches can be
231 memory fragmentation, though in practice it's only a handful
269 vulnerable memory objects on the heap for the purpose of exploiting
270 memory vulnerabilities.
273 that effectively diverges the memory objects allocated for different
275 limited degree of memory and CPU overhead that relates to hardware and
285 utilization of a direct-mapped memory-side-cache. See section
286 5.2.27 Heterogeneous Memory Attribute Table (HMAT) in the ACPI
288 the presence of a memory-side-cache. There are also incidental
316 bool "Allow mmapped anonymous memory to be uninitialized"
320 Normally, and according to the Linux spec, anonymous memory obtained
342 prompt "Memory model"
348 Linux manages its memory internally. Most users will
353 bool "Flat Memory"
362 spaces and for features like NUMA and memory hotplug,
363 choose "Sparse Memory".
365 If unsure, choose this option (Flat Memory) over any other.
368 bool "Sparse Memory"
372 memory hot-plug systems. This is normal.
375 holes is their physical address space and allows memory
378 If unsure, choose "Flat Memory" over this option.
445 # Enable memblock support for scratch memory which is needed for kexec handover
449 # Don't discard allocated memory used to track "memory" and "reserved" memblocks
450 # after early boot, so it can still be used to test for validity of memory.
451 # Also, memblocks are updated with memory hot(un)plug.
470 # Only be set on architectures that have completely implemented memory hotplug
484 bool "Memory hotplug"
494 prompt "Memory Hotplug Default Online Type"
497 Default memory type for hotplugged memory.
499 This option sets the default policy setting for memory hotplug
500 onlining policy (/sys/devices/system/memory/auto_online_blocks) which
501 determines what happens to newly added memory regions. Policy setting
508 Select online_kernel to generally allow kernel usage of this memory.
509 Select online_movable to generally disallow kernel usage of this memory.
513 See Documentation/admin-guide/mm/memory-hotplug.rst for more information.
518 Hotplugged memory will not be onlined by default.
520 handle onlining of hotplug memory policy.
526 hotplugged memory into the zone it thinks is reasonable.
527 This memory may be utilized for kernel data.
533 hotplugged memory into a zone capable of being used for kernel
540 hotplug memory into ZONE_MOVABLE. This memory will generally
544 ZONE_NORMAL memory is available to describe hotplug memory,
545 otherwise hotplug memory may fail to online. For example,
546 sufficient kernel-capable memory (ZONE_NORMAL) must be
552 bool "Allow for memory hot remove"
595 # support for memory balloon
600 # support for memory balloon compaction
602 bool "Allow for balloon memory compaction/migration"
606 Memory fragmentation introduced by ballooning might reduce
607 significantly the number of 2MB contiguous memory blocks that can be
610 by the guest workload. Allowing the compaction & migration for memory
611 pages enlisted as being part of memory balloon devices avoids the
612 scenario aforementioned and helps improving memory defragmentation.
615 # support for memory compaction
617 bool "Allow for memory compaction"
622 Compaction is the only memory management component to form
623 high order (larger physically contiguous) memory blocks
626 invocations for high order memory requests. You shouldn't
645 memory can be freed within the host for other uses.
704 memory available to the CPU. Enabled by default when HIGHMEM is
720 saving memory until one or another app needs to modify the content.
731 This is the portion of low virtual memory which should be protected
751 bool "Enable recovery from hardware memory errors"
754 Enables code to recover from some memory failures on systems
756 even when some of its memory has uncorrected errors. This requires
757 special hardware support and typically ECC memory.
770 of memory on which to store mappings, but it can only ask the system
805 from access to large folios for zeroing memory.
808 once and never freed. One full huge page's worth of memory shall
811 Say Y if your system has lots of memory. Say N if you are
812 memory constrained.
827 applications by speeding up page faults during memory
831 If memory constrained on embedded, you may want to say N.
846 memory footprint of applications without a guaranteed
855 memory footprint of applications without a guaranteed
952 bool "Contiguous Memory Allocator"
957 This enables the Contiguous Memory Allocator which allows other
958 subsystems to allocate big physically-contiguous blocks of memory.
959 CMA reserves a region of memory and allows only movable pages to
960 be allocated from it. This way, the kernel can use the memory for
1027 bool "Track memory changes"
1031 This option enables memory changes tracking by introducing a
1084 be useful to tune memory cgroup limits and/or for job placement
1121 bool "Device memory (pmem, HMM, etc...) hotplug support"
1128 Device memory hotplug support allows for establishing pmem,
1129 or other device driver discovered memory regions, in the
1148 bool "Unaddressable device memory (GPU memory, ...)"
1154 memory; i.e., memory that is only accessible from the device (or
1180 bool "Collect percpu memory statistics"
1184 be used to help understand percpu memory usage.
1242 memory areas visible only in the context of the owning process and
1250 Allow naming anonymous virtual memory areas.
1252 This feature allows assigning names to virtual memory areas. Assigned
1254 and help identifying individual anonymous memory areas.
1255 Assigning a name to anonymous virtual memory area might prevent that
1256 area from being merged with adjacent virtual memory areas due to the
1285 file-backed memory types like shmem and hugetlbfs.
1295 A high performance LRU implementation to overcommit memory. See
1311 This option has a per-memcg and per-node memory overhead.
1327 This feature allows locking each virtual memory area separately when