Hi all, I’m using Yii 2.0.6 and got a “memory exhausted” error using the save() function in a forech loop. My aim is to query some data from one table and insert/update it in some other table. Wihtout the save() function, the memory footprint remains the same. If I enable the save() line the memo…