diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-05-02 01:01:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-05-02 01:01:57 +0200 |
commit | 857f8c009c4fde3d3ec9d6d0b4af48e93684fd84 (patch) | |
tree | 079b460ad7555b148720c74b3601429c662c4113 /doc | |
parent | ffe43cb1e86f49ddff73554df200853248af012d (diff) |
misc improvements to statistics and large-scale behavior of zoneimport/zonemaster
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/gnunet-zoneimport.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man/gnunet-zoneimport.1 b/doc/man/gnunet-zoneimport.1 index 687e6f9009..06b3a6bcfe 100644 --- a/doc/man/gnunet-zoneimport.1 +++ b/doc/man/gnunet-zoneimport.1 @@ -27,12 +27,15 @@ Use the configuration file FILENAME. .B .IP "\-h, \-\-help" Print short help on options. +.B +.IP "\-s MAPSIZE, \-\-size=MAPSIZE" +Specifies the size (in number of entries) to use for the main hash map. The value provided should be at least twice the number of domain names that will be given to the tool. This option is required for very large zones where the number of records encountered is too large for the automatic growth mechanism to work (that one is limited to at most 16 MB allocations for security reasons). Do not worry about this unless you are importing millions of domain names from a zone. .SH NOTES Typical invocaton would be: -$ gnunet\-zoneimport -s 1.2.3.4 < names.txt +$ gnunet\-zoneimport 1.2.3.4 < names.txt |