bulkSize = XContentMapValues.nodeIntegerValue(indexSettings.get("bulk_size_bytes"), 10_1024_1024); So if I input 10485760 as bulk size bytes ,the final bulk size would be 1?