kern: N reduced the slabheap gap size in 10.0.0

This commit is contained in:
Michael Scire 2020-08-03 08:11:28 -07:00 committed by SciresM
parent cda15f08d8
commit c3fa3bd5d6

View file

@ -72,7 +72,7 @@ namespace ams::kern::init {
constexpr size_t SlabCountExtraKThread = 160;
/* This is used for gaps between the slab allocators. */
constexpr size_t SlabRegionReservedSize = 2_MB;
constexpr size_t SlabRegionReservedSize = 2_MB - 64_KB;
/* Global to hold our resource counts. */
KSlabResourceCounts g_slab_resource_counts = {