diff --git a/h5record/dataset.py b/h5record/dataset.py index c5b69b5..c0aec6d 100644 --- a/h5record/dataset.py +++ b/h5record/dataset.py @@ -43,6 +43,9 @@ def __init__(self, schema, save_filename, data_iter=None, * data length must be known value otherwise chunk size will not be enabled * chunk size affects reading speed, usually a size of 100-500 is suitable value * compression algorithm affects reading speed, so if storage is not your concern is recommended not to enable + multiprocess: + if such error occur "OSError: Can't read data (address of object past end of allocation)" + set it to True ''' # normalized schema design to dictionary