Power issue with refined storage
chyper111 opened this issue ยท 2 comments
So I noticed if you connected more than 16000fe to the refined storage network this will cause it to blink off and on and not work. There's a posted issue in the refined storage Git Hub that says "This is caused by the mods adding a faster tick rate. they marked it as resolved and left it at that."
The modpack I'm playing is ATM 9 Version 0.2.31.
Link to the GitHub page that talks about this issue.
refinedmods/refinedstorage#3565
I'm actually having this same issue on All the Mods 9 version 0.2.34. For some odd reasoning, even when the configuration file is modified, it gets reverted back or even overwritten to its original value. I have also discovered this matter from another post from All the Mods 7: AllTheMods/ATM-7#1393
This issue however was labeled "won't fix." While yes, the argument of memory management can be applied, the secondary argument of where is the other 16k RF suddenly going then?
Please let me know if this issue becomes fixed or if a solution/workaround is discovered.
Thanks!
Hi again!
I was able to actually find a fix that was suggested from the ATM 7 link originally. If you follow the same order of modifying the RF limit, then you can possibly work around this.
Here's how to do it:
- Locate your server files.
- Locate the world file.
- Locate the serverconfig file located inside of the world file.
- Locate the file that is named refinedstorage -server.toml
- Locate the part that mentions "[controller]" and then look for the part that says "capacity = 32000"
From there, you can modify it to become higher or lower. This is the only work around I have found, but in order to get it to apply you must shut down the server fully and THEN modify the file. After you're finished, it should work properly and the change should be applied.
Hope this helps!