mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 09:13:43 -04:00
kern: 16.x web applet crashes on exit with 48 MB stolen (rip)
This commit is contained in:
parent
59b518783d
commit
d64ab354ad
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