Why increasing write-block-size increase write throughput?

This is because of the way Aerospike flushes writes to the disk. See Increase Block Write Size form 128K to 256K - #2 by kporter . I think its because there is less overhead, like using jumbo packets.