Infinite scroll memory issues

Hello,
I am experiencing memory issues with the infinite scroll on IOS.
Loading a batch of items significantly increases memory usage, even if the content of the item is just a plain text.

I am using the following setup:
Angular: 19.1.2
Ionic: 8.4.1
Capacitor 7
IOS: 18.4
Android: 14

On the screenshots below, you can see the result of scrolling 1500 items by loading 30 items in a single batch.

Memory usage scrolling the infinite scroll on Android:

Memory usage scrolling the infinite scroll on IOS:
Знімок екрана 2025-04-04 о 16.27.13

As you can see, the memory usage on iOS continuously grows, which will eventually result in a web view reload.

Has anyone run into the same problem?