mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-27 21:42:49 +02:00
kern: N reduced the slabheap gap size in 10.0.0
This commit is contained in:
parent
3d800b407e
commit
0a4a0d3f03
@ -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