Hi guys. I’m using effect for the first time and I wrote a script that processes massive amounts of data from S3. The problem I have is that the script runs close for an hour and it seems that it doesn’t clear the memory from the stuff it fetches from s3. I’ve got millions upon millions of strings in memory and from the memory dump in dev tools I can see references to effects fiber. Is that a scoping issue?