# File lib/facter/processors/os.rb, line 171
      def get_processor_count
        Facter::Util::POSIX.sysctl("hw.ncpu").to_i
      end