|
6587 | 6587 | slab_debug can create guard zones around objects and
|
6588 | 6588 | may poison objects when not in use. Also tracks the
|
6589 | 6589 | last alloc / free. For more information see
|
6590 |
| - Documentation/mm/slub.rst. |
| 6590 | + Documentation/admin-guide/mm/slab.rst. |
6591 | 6591 | (slub_debug legacy name also accepted for now)
|
6592 | 6592 |
|
6593 | 6593 | slab_max_order= [MM]
|
6594 | 6594 | Determines the maximum allowed order for slabs.
|
6595 | 6595 | A high setting may cause OOMs due to memory
|
6596 | 6596 | fragmentation. For more information see
|
6597 |
| - Documentation/mm/slub.rst. |
| 6597 | + Documentation/admin-guide/mm/slab.rst. |
6598 | 6598 | (slub_max_order legacy name also accepted for now)
|
6599 | 6599 |
|
6600 | 6600 | slab_merge [MM]
|
|
6609 | 6609 | the number of objects indicated. The higher the number
|
6610 | 6610 | of objects the smaller the overhead of tracking slabs
|
6611 | 6611 | and the less frequently locks need to be acquired.
|
6612 |
| - For more information see Documentation/mm/slub.rst. |
| 6612 | + For more information see |
| 6613 | + Documentation/admin-guide/mm/slab.rst. |
6613 | 6614 | (slub_min_objects legacy name also accepted for now)
|
6614 | 6615 |
|
6615 | 6616 | slab_min_order= [MM]
|
6616 | 6617 | Determines the minimum page order for slabs. Must be
|
6617 | 6618 | lower or equal to slab_max_order. For more information see
|
6618 |
| - Documentation/mm/slub.rst. |
| 6619 | + Documentation/admin-guide/mm/slab.rst. |
6619 | 6620 | (slub_min_order legacy name also accepted for now)
|
6620 | 6621 |
|
6621 | 6622 | slab_nomerge [MM]
|
|
6629 | 6630 | cache (risks via metadata attacks are mostly
|
6630 | 6631 | unchanged). Debug options disable merging on their
|
6631 | 6632 | own.
|
6632 |
| - For more information see Documentation/mm/slub.rst. |
| 6633 | + For more information see |
| 6634 | + Documentation/admin-guide/mm/slab.rst. |
6633 | 6635 | (slub_nomerge legacy name also accepted for now)
|
6634 | 6636 |
|
6635 | 6637 | slab_strict_numa [MM]
|
|
0 commit comments