mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
kern: N reduced the slabheap gap size in 10.0.0
This commit is contained in:
parent
cda15f08d8
commit
c3fa3bd5d6
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue