Skip to content

Commit

Permalink
Update docs on objectStreamReset
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Aug 3, 2014
1 parent 576ee83 commit 18fe865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ Apart from these, the following properties are also available, and may be useful
When serializing using org.apache.spark.serializer.JavaSerializer, the serializer caches
objects to prevent writing redundant data, however that stops garbage collection of those
objects. By calling 'reset' you flush that info from the serializer, and allow old
objects to be collected. To turn off this periodic reset set it to a value <= 0.
objects to be collected. To turn off this periodic reset set it to -1.
By default it will reset the serializer every 100 objects.
</td>
</tr>
Expand Down

0 comments on commit 18fe865

Please sign in to comment.