From 1c9b26f6c6aed36bf8970b557994e3384f8dcbcf Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Mon, 17 Oct 2022 08:29:45 +0000 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 3c104d8..0832a1f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -85,4 +85,9 @@ Things that will be helpful: * **Config file:** *Link to your config file (MonsterHunterRise/reframework/data/MHR Overlay/config.json)* (if you have it); * **Log file:** *Link to the log file (MonsterHunterRise/re2_framework_log.txt);* * **Crash dump file:** *Link to the crash dump file (MonsterHunterRise/reframework_crash.dmp)* (if you have it); - * **Screenshots:** *Provide as many as possible, maybe even make a video.* \ No newline at end of file + * **Screenshots:** *Provide as many as possible, maybe even make a video.* + +*** +### 14. RAM usage is high. + +This is a bug with REFramework. REFramework garbage collector is not working, it never frees the memory. You have to change it to Lua garbage collector. REF menu -> ScriptRunner -> Garbage Collector Handler -> Managed by Lua. \ No newline at end of file