> For the complete documentation index, see [llms.txt](https://docs.veedna.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veedna.com/deploying-lineaje/hybrid-deployment/prerequisites/system-configuration.md).

# System Configuration

Before deploying Lineaje solutions, ensure your environment meets the following configuration requirements.

### Hardware for CBOM

| Requirement      | Minimum specification                         |
| ---------------- | --------------------------------------------- |
| Operating system | Linux (RHEL 8+, Ubuntu 20.04+, or equivalent) |
| CPU              | 4 cores                                       |
| RAM              | 20 GB                                         |
| Disk             | 250 GB SSD                                    |
| Network          | Outbound HTTPS access to \*.v2.prod.vdna.com  |

### Hardware for SBOM

<table><thead><tr><th width="198">Component</th><th>Requirements</th></tr></thead><tbody><tr><td>Processors</td><td><p>Intel x86_64 architecture-based processor</p><ul><li>Minimum: 2 vCPU</li><li>Recommended: 4 vCPU</li></ul></td></tr><tr><td>Memory</td><td><p>Minimum: 2 GB RAM</p><p>Recommended: 4 GB RAM </p></td></tr><tr><td>Disk space</td><td><p>Output Directory – Minimum 100 GB </p><p>“/tmp” Directory – Minimum 40 GB </p><p>“/home” Directory – Minimum 1 GB</p></td></tr></tbody></table>

### Operating System

* Ubuntu 22.04 LTS
* Red Hat Enterprise Linux 8

{% hint style="info" %}
The CLI does not support 32-bit platforms.
{% endhint %}

### Additional Software Requirement

The CLI requires the following software:

* Git Client

For language decomposition, see [Toolset Configuration](/sca360-secure-deployment-for-restricted-environments/toolset-configuration.md).

The following tools are recommended for troubleshooting:&#x20;

* `unzip`&#x20;
* `strace`
* `screen/tmux`
* `gdb`&#x20;
* `wget / curl`
* `vim`
* `tcpdump`
* `jq`


---

# 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.veedna.com/deploying-lineaje/hybrid-deployment/prerequisites/system-configuration.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.
