Interface StorageChannelCountProvider.Defaults

    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static int defaultChannelCount()  
      static int defaultHighestSaneChannelCount()
      What was that: '640 KB ought to be enough RAM for anybody'?
      Nevertheless, I'll stick with that bound for now.
      TM, 2013-06-20
    • Method Detail

      • defaultChannelCount

        static int defaultChannelCount()
      • defaultHighestSaneChannelCount

        static int defaultHighestSaneChannelCount()
        What was that: '640 KB ought to be enough RAM for anybody'?
        Nevertheless, I'll stick with that bound for now.
        TM, 2013-06-20

        On a more serious note:
        This check has no actual technical background, it is just a safety net against oversight mistakes to prevent creation of hundreds of threads and files.
        Can be altered or removed anytime.

        Returns:
        the default highest sane channel count value of 64.