Skip to content

Commit 18fe865

Browse files
committed
Update docs on objectStreamReset
1 parent 576ee83 commit 18fe865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Apart from these, the following properties are also available, and may be useful
385385
When serializing using org.apache.spark.serializer.JavaSerializer, the serializer caches
386386
objects to prevent writing redundant data, however that stops garbage collection of those
387387
objects. By calling 'reset' you flush that info from the serializer, and allow old
388-
objects to be collected. To turn off this periodic reset set it to a value <= 0.
388+
objects to be collected. To turn off this periodic reset set it to -1.
389389
By default it will reset the serializer every 100 objects.
390390
</td>
391391
</tr>

0 commit comments

Comments
 (0)