aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-02 01:01:57 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-02 01:01:57 +0200
commit857f8c009c4fde3d3ec9d6d0b4af48e93684fd84 (patch)
tree079b460ad7555b148720c74b3601429c662c4113 /doc
parentffe43cb1e86f49ddff73554df200853248af012d (diff)
downloadgnunet-857f8c009c4fde3d3ec9d6d0b4af48e93684fd84.tar.gz
gnunet-857f8c009c4fde3d3ec9d6d0b4af48e93684fd84.zip
misc improvements to statistics and large-scale behavior of zoneimport/zonemaster
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-zoneimport.15
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man/gnunet-zoneimport.1 b/doc/man/gnunet-zoneimport.1
index 687e6f900..06b3a6bcf 100644
--- a/doc/man/gnunet-zoneimport.1
+++ b/doc/man/gnunet-zoneimport.1
@@ -27,12 +27,15 @@ Use the configuration file FILENAME.
27.B 27.B
28.IP "\-h, \-\-help" 28.IP "\-h, \-\-help"
29Print short help on options. 29Print short help on options.
30.B
31.IP "\-s MAPSIZE, \-\-size=MAPSIZE"
32Specifies 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.
30 33
31.SH NOTES 34.SH NOTES
32 35
33Typical invocaton would be: 36Typical invocaton would be:
34 37
35$ gnunet\-zoneimport -s 1.2.3.4 < names.txt 38$ gnunet\-zoneimport 1.2.3.4 < names.txt
36 39
37 40
38 41