Performance issue after upgrade from Julia 1.9.3 to 1.10.11

I’m migrating my project from julia 1.9.3 to 1.10.11 and I’m experiencing a huge quantity of time in gc.
I benchmarked a function that performs arrow files reads from an s3 bucket an the @time with Julia 1.10.11 report

476.519375 seconds (322.14 M allocations: 38.442 GiB, 89.24% gc time)

instead the same function on the same server but with Julia 1.9.3 report:

34.163547 seconds (232.64 M allocations: 31.249 GiB, 39.14% gc time)

Could some one help me?
Thank you

If you share your code… Please read: make it easier to help you

Key point:
Simplify your code to the smallest piece of code that still shows your problem. This step takes the most effort but is the most important for fixing your problem. Short, simple examples tend to get answers quickly.