Updated FAQ (markdown)

GreenComfyTea
2022-10-17 08:29:45 +00:00
parent 8493ce74a8
commit 1c9b26f6c6

7
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.*
* **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.