This error can occurred when the record is larger than a single transport buffer block. The default size for a buffer block is 32,768, the max limit is 1,048,576.
so to fix this problem set the environment variable APT_DEFAULT_TRANSPORT_BLOCK_SIZE greater than size of record.
This error can occurred when the record is larger than a single transport buffer block. The default size for a buffer block is 32,768, the max limit is 1,048,576.
ReplyDeleteso to fix this problem set the environment variable APT_DEFAULT_TRANSPORT_BLOCK_SIZE greater than size of record.