You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/08 09:52:56 UTC

[GitHub] [spark] MaxGekk edited a comment on issue #25836: [SPARK-29159][BUILD] Increase ReservedCodeCacheSize to 1G

MaxGekk edited a comment on issue #25836: [SPARK-29159][BUILD] Increase ReservedCodeCacheSize to 1G
URL: https://github.com/apache/spark/pull/25836#issuecomment-562929464
 
 
   I compile the master by `./build/mvn`, and still see the warning:
   ```
   [WARNING] [Warn] /Users/maxim/proj/eliminate-warning/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/sources/WriteToMicroBatchDataSource.scala:37: class WriteToDataSourceV2 in package v2 is deprecated (since 2.4.0): Use specific logical plans like AppendData instead
   Java HotSpot(TM) 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled.
   Java HotSpot(TM) 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=
   CodeCache: size=524288Kb used=520832Kb max_used=520858Kb free=3455Kb
    bounds [0x000000011574a000, 0x000000013574a000, 0x000000013574a000]
    total_blobs=130198 nmethods=129545 adapters=560
    compilation: disabled (not enough contiguous free space left)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org