Skip to content

Commit 4012655

Browse files
Update apache-spark-performance.md
1 parent cb97fc2 commit 4012655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/spark/apache-spark-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Spark operates by placing data in memory, so managing memory resources is a key
5858

5959
* Prefer smaller data partitions and account for data size, types, and distribution in your partitioning strategy.
6060
* In Synapse Spark (Runtime 3.1 or higher) you get Kryo data serialization enabled by default [Kryo data serialization](https://github.com/EsotericSoftware/kryo).
61-
* You can customize the kryoserializer buffer size based on your requirements using
61+
* You can customize the kryoserializer buffer size using Spark configuration based on your workload requirements
6262
`// Set the desired property`
6363
`spark.conf.set("spark.kryoserializer.buffer.max", "256m") `
6464
* Monitor and tune Spark configuration settings.

0 commit comments

Comments
 (0)