|
6558 | 6558 | slab_debug can create guard zones around objects and |
6559 | 6559 | may poison objects when not in use. Also tracks the |
6560 | 6560 | last alloc / free. For more information see |
6561 | | - Documentation/mm/slub.rst. |
| 6561 | + Documentation/admin-guide/mm/slab.rst. |
6562 | 6562 | (slub_debug legacy name also accepted for now) |
6563 | 6563 |
|
6564 | 6564 | slab_max_order= [MM] |
6565 | 6565 | Determines the maximum allowed order for slabs. |
6566 | 6566 | A high setting may cause OOMs due to memory |
6567 | 6567 | fragmentation. For more information see |
6568 | | - Documentation/mm/slub.rst. |
| 6568 | + Documentation/admin-guide/mm/slab.rst. |
6569 | 6569 | (slub_max_order legacy name also accepted for now) |
6570 | 6570 |
|
6571 | 6571 | slab_merge [MM] |
|
6580 | 6580 | the number of objects indicated. The higher the number |
6581 | 6581 | of objects the smaller the overhead of tracking slabs |
6582 | 6582 | and the less frequently locks need to be acquired. |
6583 | | - For more information see Documentation/mm/slub.rst. |
| 6583 | + For more information see |
| 6584 | + Documentation/admin-guide/mm/slab.rst. |
6584 | 6585 | (slub_min_objects legacy name also accepted for now) |
6585 | 6586 |
|
6586 | 6587 | slab_min_order= [MM] |
6587 | 6588 | Determines the minimum page order for slabs. Must be |
6588 | 6589 | lower or equal to slab_max_order. For more information see |
6589 | | - Documentation/mm/slub.rst. |
| 6590 | + Documentation/admin-guide/mm/slab.rst. |
6590 | 6591 | (slub_min_order legacy name also accepted for now) |
6591 | 6592 |
|
6592 | 6593 | slab_nomerge [MM] |
|
6600 | 6601 | cache (risks via metadata attacks are mostly |
6601 | 6602 | unchanged). Debug options disable merging on their |
6602 | 6603 | own. |
6603 | | - For more information see Documentation/mm/slub.rst. |
| 6604 | + For more information see |
| 6605 | + Documentation/admin-guide/mm/slab.rst. |
6604 | 6606 | (slub_nomerge legacy name also accepted for now) |
6605 | 6607 |
|
6606 | 6608 | slab_strict_numa [MM] |
|
0 commit comments