aboutsummaryrefslogtreecommitdiff
path: root/docs/tuning.md
diff options
context:
space:
mode:
authorNeal Wiggins <aoiwelle@gmail.com>2013-11-20 16:19:25 -0800
committerNeal Wiggins <aoiwelle@gmail.com>2013-11-20 16:19:25 -0800
commit21b5478ed6f7eb1056f40d11f0400076e843c74e (patch)
tree140b2ff96565a6e250431b669a3f0c67faabef41 /docs/tuning.md
parent2fead510f74b962b293de4d724136c24a9825271 (diff)
downloadspark-21b5478ed6f7eb1056f40d11f0400076e843c74e.tar.gz
spark-21b5478ed6f7eb1056f40d11f0400076e843c74e.tar.bz2
spark-21b5478ed6f7eb1056f40d11f0400076e843c74e.zip
Fix Kryo Serializer buffer inconsistency
The documentation here is inconsistent with the coded default and other documentation.
Diffstat (limited to 'docs/tuning.md')
-rw-r--r--docs/tuning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tuning.md b/docs/tuning.md
index f491ae9b95..f33fda37eb 100644
--- a/docs/tuning.md
+++ b/docs/tuning.md
@@ -67,7 +67,7 @@ The [Kryo documentation](http://code.google.com/p/kryo/) describes more advanced
registration options, such as adding custom serialization code.
If your objects are large, you may also need to increase the `spark.kryoserializer.buffer.mb`
-system property. The default is 32, but this value needs to be large enough to hold the *largest*
+system property. The default is 2, but this value needs to be large enough to hold the *largest*
object you will serialize.
Finally, if you don't register your classes, Kryo will still work, but it will have to store the