How to increase RAM in i2p ?
Posted: 13 Oct 2024 03:25
As you can see in the above screenshot, the RAM in full, how can i increase it ? i have plenty of RAM in my device.
Help, support, and discussion about I2P
https://i2pforum.net/
Is it the file in /opt/i2p/router.config ?
Code: Select all
# NOTE: This I2P config file must use UTF-8 encoding
# * i2cp: allows java clients to communicate with I2P outside of the JVM. Disabled.
# * In-I2P Network Updates: Disabled
i2cp.disableInterface=true
i2np.udp.addressSources=hidden
router.updateDisabled=true
routerconsole.advanced=true
i2np.upnp.enable=false
routerconsole.theme=light
routerconsole.universal.theme=true
routerconsole.embedApps=true
Thanks much, that worked perfectlyFreefallHeavens wrote: ↑19 Oct 2024 19:57 You're looking for the file wrapper.config, and in that file you're looking for the variable wrapper.java.maxmemory. The size is set in megabytes. You then need to restart I2P.