How to increase RAM in i2p ?

I2P router issues
Post Reply
User avatar
AntibodyMama
Posts: 26
Joined: 18 Jun 2024 20:45

How to increase RAM in i2p ?

Post by AntibodyMama »

Screenshot_20241013_061848.png
Screenshot_20241013_061848.png (111.44 KiB) Viewed 1055 times
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.
echelon
Posts: 264
Joined: 10 Feb 2018 13:36

Re: How to increase RAM in i2p ?

Post by echelon »

Hi

in router config file increase java heap memory
User avatar
AntibodyMama
Posts: 26
Joined: 18 Jun 2024 20:45

Re: How to increase RAM in i2p ?

Post by AntibodyMama »

echelon wrote: 17 Oct 2024 15:53 Hi

in router config file increase java heap memory
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
What do i need to add ?
User avatar
FreefallHeavens
Posts: 11
Joined: 18 Mar 2023 12:17

Re: How to increase RAM in i2p ?

Post by FreefallHeavens »

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.
User avatar
AntibodyMama
Posts: 26
Joined: 18 Jun 2024 20:45

Re: How to increase RAM in i2p ?

Post by AntibodyMama »

FreefallHeavens 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.
Thanks much, that worked perfectly
BlindTraveler
Posts: 1
Joined: 19 Oct 2024 10:18

Re: How to increase RAM in i2p ?

Post by BlindTraveler »

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.
Post Reply