From 4194d4f6b3a55017e22ad961ebe8671adfb6481e Mon Sep 17 00:00:00 2001 From: TheGreatRambler <31906920+TheGreatRambler@users.noreply.github.com> Date: Tue, 12 Nov 2019 20:45:17 -0500 Subject: [PATCH] Update system_settings.ini --- common/defaults/system_settings.ini | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/common/defaults/system_settings.ini b/common/defaults/system_settings.ini index 629c695f8..22dc4cd78 100644 --- a/common/defaults/system_settings.ini +++ b/common/defaults/system_settings.ini @@ -29,6 +29,23 @@ dmnt_always_save_cheat_toggles = u8!0x0 ; NOTE: EXPERIMENTAL ; If you do not know what you are doing, do not touch this yet. fsmitm_redirect_saves_to_sd = u8!0x0 +; Enable changing the raw memory values assigned to system, application and applet +; These values should and must add up to 4089, however the system does no checking +; By default, the Process Manager determines these values +; This requires a reboot to take effect +manual_memory_control = u8!0x0 +; Set amount of memory assigned to the system in mb +; Only used when `manual_memory_control` is true +; Default is 293 mb +system_memory = u64!0x0125 +; Set amount of memory assigned to applications in mb +; Only used when `manual_memory_control` is true +; Default is 3285 mb +application_memory = u64!0x0CD5 +; Set amount of memory assigned to applets in mb +; Only used when `manual_memory_control` is true +; Default is 511 mb +applet_memory = u64!0x01FF [hbloader] ; Controls the size of the homebrew heap when running as applet. ; If set to zero, all available applet memory is used as heap. @@ -37,4 +54,4 @@ applet_heap_size = u64!0x0 ; Controls the amount of memory to reserve when running as applet ; for usage by other applets. This setting has no effect if ; applet_heap_size is non-zero. The default is zero. -applet_heap_reservation_size = u64!0x8000000 \ No newline at end of file +applet_heap_reservation_size = u64!0x8000000