aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-23 19:20:52 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-23 19:21:48 +0200
commitd21a53947cf1d4fd98234f97b6a4f02b54d9a46a (patch)
tree6eeaa23273796319cb46e393428033df7d32245b /doc
parent1c445b38b3b5a0b878a2c11e48ce7ba80f803144 (diff)
downloadgnunet-d21a53947cf1d4fd98234f97b6a4f02b54d9a46a.tar.gz
gnunet-d21a53947cf1d4fd98234f97b6a4f02b54d9a46a.zip
optimize memory consumption of zoneimporter
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-zoneimport.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/gnunet-zoneimport.1 b/doc/man/gnunet-zoneimport.1
index afe3354e6..687e6f900 100644
--- a/doc/man/gnunet-zoneimport.1
+++ b/doc/man/gnunet-zoneimport.1
@@ -18,7 +18,7 @@ gnunet\-zoneimport will issue many DNS queries in parallel, but is rate-limited
18 18
19gnunet\-zoneimport operates incrementally. It will check if the namestore already has (non-expired) records stored for a given name in the respective zone and not issue those requests again. Thus, it is fine to restart gnunet\-zoneimport whenever the list of domain names changes. 19gnunet\-zoneimport operates incrementally. It will check if the namestore already has (non-expired) records stored for a given name in the respective zone and not issue those requests again. Thus, it is fine to restart gnunet\-zoneimport whenever the list of domain names changes.
20 20
21Finally, gnunet\-zoneimport keeps information for each domain name in memory. This consumes about 200 bytes per label, or 2 GB for 10 million labels. 21Finally, gnunet\-zoneimport keeps information for each domain name in memory. This consumes about 200 bytes per domain name, or 1 GB for 5 million labels.
22 22
23.SH OPTIONS 23.SH OPTIONS
24.B 24.B