diff --git a/common/turbotunnel/consts.go b/common/turbotunnel/consts.go
index 34c474f79187ff7bcd5fc24460b7a0bbfd6380d7..d9bf324debdc4ca309b059c3d004d4f12778530b 100644
--- a/common/turbotunnel/consts.go
+++ b/common/turbotunnel/consts.go
@@ -11,7 +11,7 @@ import "errors"
 var Token = [8]byte{0x12, 0x93, 0x60, 0x5d, 0x27, 0x81, 0x75, 0xf5}
 
 // The size of receive and send queues.
-const queueSize = 2048
+const queueSize = 512
 
 var errClosedPacketConn = errors.New("operation on closed connection")
 var errNotImplemented = errors.New("not implemented")