Latest docker IPFS udp recieve buffer change

Hey , I am trying to change the UDP buffer size on my IPFS
The error is :
2023-04-30 08:48:44 2023/04/30 06:48:44 Looking for suitable migration binaries.
2023-04-30 08:48:44 2023/04/30 06:48:44 Need 2 migrations, downloading.
2023-04-30 08:48:44 2023/04/30 06:48:44 Failed to download migrations.
2023-04-30 08:48:44 ipfs migration: linux-musl not supported, you must build the binary from source for your platform
2023-04-30 08:48:44 2023/04/30 06:48:44 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See UDP Receive Buffer Size · quic-go/quic-go Wiki · GitHub for details.

Any options to make it possible ?
Trying adding kern.ipc.maxsockbuf=3014656 to /etc/sysctl.conf but this doesn’t helped