Description
I have a script processes a large dataset and performs simple computations on each element. Under PHP 8.3.1, memory usage remains stable at around 150 MB. However, when running the same script under PHP 8.4.1, memory usage spikes significantly to approximately 1700 MB. This issue was encountered in a Laravel v11 project hosted on Laravel Forge.
PHP Version
PHP 8.4.1
Operating System
Linux