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