From 857f8c009c4fde3d3ec9d6d0b4af48e93684fd84 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 2 May 2018 01:01:57 +0200 Subject: misc improvements to statistics and large-scale behavior of zoneimport/zonemaster --- doc/man/gnunet-zoneimport.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/man') 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. .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 -- cgit v1.2.3