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

OpenJDK 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Works for Me
    • 2.0.1
    • None
    • PySpark
    • None

    Description

      My code snipped is in below location. In that snippet i had put only few columns, but in my test case i have data with 10M rows and 10,000 columns.
      http://stackoverflow.com/questions/39602596/convert-groupbykey-to-reducebykey-pyspark

      I see below message in spark 2.0.2 snapshot

      1. Stderr of the node
        OpenJDK 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled.
        OpenJDK 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=
      1. stdout of the node
        CodeCache: size=245760Kb used=242680Kb max_used=242689Kb free=3079Kb
        bounds [0x00007f32c5000000, 0x00007f32d4000000, 0x00007f32d4000000]
        total_blobs=41388 nmethods=40792 adapters=501
        compilation: disabled (not enough contiguous free space left)

      Attachments

        Activity

          People

            Unassigned Unassigned
            harishk15 Harish
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: