When multiplied by compression parameter (1-9) gives the block size for compression 9 gives the best compresssion but uses the most memory.
public const int baseBlockSize = 100000;
See Also
BZip2Constants Class | ICSharpCode.SharpZipLib.BZip2 Namespace