kern: 16.x web applet crashes on exit with 48 MB stolen (rip)

This commit is contained in:
Michael Scire 2023-02-21 23:31:31 -07:00
parent 3b6a4ab12f
commit ad3da922ef
2 changed files with 3 additions and 3 deletions

View file

@ -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;
}