From 20788f6aeb8ae2f1d5c9e3dc46655c50c5ab5734 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 22 Mar 2016 16:35:32 -0400 Subject: [PATCH] Added note about config size. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74b43fa..d354f4d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ This can only target httpc main-service-sessions which are open at the time this The server config xml is parsed first, then the user_config if it exists. See also the SD-data section above. For details on the configuration handling/format, see "configdoc.xml", "web/config.php", and the source code. +If the total size for all of the configuration in memory is too large, ROP size errors will be thrown(since that config has to be stored in sysmodule memory). + # Credits * This uses the decompression code from here for ExeFS .code decompression: https://github.com/smealum/ninjhax2.x/blob/master/app_bootloader/source/takeover.c * Tinyxml2 is used for config XML parsing, via portlibs.