Last change
on this file since 03ff4dc0 was
03ff4dc0,
checked in by kytv <kytv@…>, 9 years ago
|
Add wrapper.java.maxmemory to debconf
The amount of RAM that I2P is limited to can be adjusted using debconf. The
value in /etc/i2p/wrapper.config is stored in the debconf db and is written to
/etc/default/i2p.
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | ##Template: i2p/stop_running_router |
---|
2 | ##Type: boolean |
---|
3 | ##Default: false |
---|
4 | ##_Description: Automatically stop I2P when there are upgrades? |
---|
5 | ## To update this package the I2P router will need to be restarted. |
---|
6 | ## Any activity on the I2P network will be briefly interrupted |
---|
7 | ## during the upgrade. |
---|
8 | |
---|
9 | Template: i2p/daemon |
---|
10 | Type: boolean |
---|
11 | Default: false |
---|
12 | _Description: Should the I2P router be started at boot? |
---|
13 | The I2P router can be run as a daemon that starts automatically |
---|
14 | when your computer boots up. This is the recommended configuration. |
---|
15 | |
---|
16 | Template: i2p/user |
---|
17 | Type: string |
---|
18 | Default: i2psvc |
---|
19 | _Description: I2P daemon user: |
---|
20 | By default I2P is configured to run under the account i2psvc when running |
---|
21 | as a daemon. To use an **existing** I2P profile you may enter a different |
---|
22 | account name here. For example, if your previous I2P installation is at |
---|
23 | /home/user/i2p, you may enter 'user' here. |
---|
24 | . |
---|
25 | Very important: The account specified here *MUST* already exist. |
---|
26 | |
---|
27 | Template: i2p/memory |
---|
28 | Type: string |
---|
29 | Default: 128 |
---|
30 | _Description: Memory that can be allocated to I2P: |
---|
31 | By default, I2P will only be allowed to use up to 128MB of RAM. |
---|
32 | . |
---|
33 | High bandwidth routers, as well as routers with a lot of active torrents / plugins, may |
---|
34 | need to have this value increased. |
---|
Note: See
TracBrowser
for help on using the repository browser.