# Out of memory

If TRACER generates an `out-of-memory` error, the problem is likely caused by the *Scoring* threshold set in the configuration file. If the *Scoring* threshold is too low, such as `0.1`, TRACER needs more time and memory to compute the results, as a low *Scoring* threshold leads to a large number of results. To solve the issue, increase the memory value contained in the TRACER execution command from `Xmx600m` (600 MB of memory) to, for example, `Xmx1g` (1 GB of memory).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tracer.gitbook.io/manual/support/troubleshooting/out-of-memory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
