> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/utilities-coremini-console/utilities-coremini-advanced-settings.md).

# Utilities: CoreMini Advanced Settings

The Advanced Settings tab holds extra settings to configure CoreMini logging.

The "Reserved memory for J1939 Transport Protocol" option tells the number of bytes reserved for holding J1939 frames. This is used for assembling and decoding bam messages.

CoreMini Scripts have the ability to be optimized to remove unneeded parts of your setup. For example extra application signals not used in the setup. The default value for this setting is On.

CoreMini supports reading data files just like on the PC. To help CoreMini process the data coming in from a file, the maximum number of values read per line needs to be specified. The default value for this option is 6.

The last setting is user files. When loading a CoreMini script into the hardware user files can be loaded into the device. The data that can be loaded could be database information, replay files, or data files to read. Files can be added or removed. The Enable Storing User files option will turn on and off this feature.

![Figure 1: Advanced Settings](/files/f0gKlOZpxfksO3jseebi)

The default settings are recommended for best performance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/utilities-coremini-console/utilities-coremini-advanced-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
