Hi! I'm new to prefect and trying to understand ho...
# prefect-getting-started
t
Hi! I'm new to prefect and trying to understand how to correctly manage memory. I posted details on the discourse a few days ago but in short, is there a way to not keep the results of a task in memory once it's completed? Thanks for your help 🙏
Also try marking the task with cache_result_in_memory=False, persist_result=False
t
Ok thanks, I'll try that