mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 11:46:58 -04:00
kern: 16.x web applet crashes on exit with 48 MB stolen (rip)
This commit is contained in:
parent
3b6a4ab12f
commit
ad3da922ef
2 changed files with 3 additions and 3 deletions
|
@ -361,7 +361,7 @@ namespace ams::kern::board::nintendo::nx {
|
|||
}();
|
||||
|
||||
/* Return (possibly) adjusted size. */
|
||||
constexpr size_t ExtraSystemMemoryForAtmosphere = 48_MB;
|
||||
constexpr size_t ExtraSystemMemoryForAtmosphere = 40_MB;
|
||||
return base_pool_size - ExtraSystemMemoryForAtmosphere - KTraceBufferSize;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue