- Screenshot_20241013_061848.png (111.44 KiB) Viewed 1055 times
How to increase RAM in i2p ?
- AntibodyMama
- Posts: 26
- Joined: 18 Jun 2024 20:45
How to increase RAM in i2p ?
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.
Re: How to increase RAM in i2p ?
Hi
in router config file increase java heap memory
in router config file increase java heap memory
- AntibodyMama
- Posts: 26
- Joined: 18 Jun 2024 20:45
Re: How to increase RAM in i2p ?
Is it the file in /opt/i2p/router.config ?
This is what i have inside the file:
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
- FreefallHeavens
- Posts: 11
- Joined: 18 Mar 2023 12:17
Re: How to increase RAM in i2p ?
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.
- AntibodyMama
- Posts: 26
- Joined: 18 Jun 2024 20:45
Re: How to increase RAM in i2p ?
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.
-
- Posts: 1
- Joined: 19 Oct 2024 10:18
Re: How to increase RAM in i2p ?
This was also answer in i2p-projekt.i2p/faq. But nowhere does it say where this file is located. Im guessing its different(or is it) for some users.
Mine was located at /etc/i2p.
Mine was located at /etc/i2p.