CommencerCommencer gratuitement

Exploring memory allocations

Following the workflow from the previous exercise, you've described the memory symptoms to AI and it guided you to run tracemalloc. The allocation trace is now displayed in the terminal.

Your task: Use AI to help you interpret the memory trace. Copy the output from the terminal, paste it into the chat, and ask questions like "What's causing the memory growth?" or "Which allocation should I focus on?".

After asking AI to analyze the tracemalloc output, which optimization strategy does it recommend for the main memory hotspot?

Cet exercice fait partie du cours

Advanced AI-Assisted Coding for Developers

Afficher le cours

Exercice interactif pratique

Passez de la théorie à la pratique avec l’un de nos exercices interactifs

Commencer l’exercice