diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-04-23 19:20:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-04-23 19:21:48 +0200 |
commit | d21a53947cf1d4fd98234f97b6a4f02b54d9a46a (patch) | |
tree | 6eeaa23273796319cb46e393428033df7d32245b /doc/man | |
parent | 1c445b38b3b5a0b878a2c11e48ce7ba80f803144 (diff) |
optimize memory consumption of zoneimporter
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/gnunet-zoneimport.1 | 2 |
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 gnunet\-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. -Finally, gnunet\-zoneimport keeps information for each domain name in memory. This consumes about 200 bytes per label, or 2 GB for 10 million labels. +Finally, 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. .SH OPTIONS .B |