diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 2226451302e..cd0dd252797 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -1803,7 +1803,7 @@ def self.initialize_default_settings!(settings) :desc => "The soft limit for the number of top level facts.", }, :number_of_facts_soft_limit => { - :default => 2048, + :default => 8192, :type => :integer, :desc => "The soft limit for the total number of fact values. This counts the child elements of all facts (e.g. all items of an array or a hash), not just top