mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-22 11:12:49 +02:00
kern: N reduced the slabheap gap size in 10.0.0
This commit is contained in:
parent
cda15f08d8
commit
c3fa3bd5d6
@ -72,7 +72,7 @@ namespace ams::kern::init {
|
|||||||
constexpr size_t SlabCountExtraKThread = 160;
|
constexpr size_t SlabCountExtraKThread = 160;
|
||||||
|
|
||||||
/* This is used for gaps between the slab allocators. */
|
/* 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. */
|
/* Global to hold our resource counts. */
|
||||||
KSlabResourceCounts g_slab_resource_counts = {
|
KSlabResourceCounts g_slab_resource_counts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user