const buffers = [
  Buffer.from(
    Array.from({ length: 900 })
      .fill('')
      .map((_, i) => `key${i}=value${i}`)