> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Performance

<AccordionGroup>
  <Accordion title="My integration is running out of memory. What can I do?">
    The most common fixes are: reading large files incrementally, using pagination with the progress tracker pattern, disabling real-time processing, or reducing the number of tasks exported per Scheduler run. If none of these help, contact your Customer Success Manager to request a memory limit upgrade.
  </Accordion>

  <Accordion title="What logging level should I use in production?">
    Use Simple or Long. Full logging stores complete requests and responses and should only be used during testing –– it can cause significant load on the environment.
  </Accordion>
</AccordionGroup>
