Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-28972

[Spark] spark.memory.offHeap.size description require to update in document

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.4.3
    • 3.0.0
    • Documentation
    • None

    Description

       

      spark.memory.offHeap.size accept 1G or 1KB also. So User is able to give suffix also but description say only 'absolute amount of memory in bytes'.

      This require to update like spark.driver.memory where it is mentioned is accepts a size unit suffix ("k", "m", "g" or "t") (e.g. 512m2g). 

       

      spark.memory.offHeap.size 0 The absolute amount of memory in bytes which can be used for off-heap allocation. This setting has no impact on heap memory usage, so if your executors' total memory consumption must fit within some hard limit then be sure to shrink your JVM heap size accordingly. This must be set to a positive value when spark.memory.offHeap.enabled=true.

      Attachments

        Issue Links

          Activity

            People

              pavithraramachandran pavithra ramachandran
              abhishek.akg ABHISHEK KUMAR GUPTA
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: