An Apache Spark-based analytics platform optimized for Azure.
+1
We have the same situation.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are having unnecessary high memory usage even when nothing is running on the cluster. When the cluster first starts, it's fine, but when I run a script and it finishes executing, nothing gets back to the idle (initial) state (even hours after nothing else was executed).
Cluster config:
Some settings i tried:
Spark Config:
spark.executor.extraJavaOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=500 -XX:ParallelGCThreads=20 -XX:ConcGCThreads=5 -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps -XX:G1HeapRegionSize=8M spark.memory.storageFraction 0.5 spark.dynamicAllocation.maxExecutors 10 spark.driver.extraJavaOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=500 -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=10M -Xloggc:/databricks/driver/logs/gc.log -XX:G1HeapRegionSize=8M -XX:+ExplicitGCInvokesConcurrent spark.dynamicAllocation.enabled true spark.memory.fraction 0.6 spark.dynamicAllocation.minExecutors 1
An Apache Spark-based analytics platform optimized for Azure.
Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
+1
We have the same situation.
I have a possibly worse situation, my brand new cluster memory gets 80-90% Used or Buffered as soon as the cluster is created. Even if nothing has been run on the cluster and no library has been installed. Can someone please help in finding out how this memory is getting consumed and a solution? Tried restarting but memory immediately fills up as soon as cluster is started.