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