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

> CRIBaseRuntimeSpecConfig configures the base OCI runtime specification for CRI containers.

# CRIBaseRuntimeSpecConfig

```yaml theme={null}
apiVersion: v1alpha1
kind: CRIBaseRuntimeSpecConfig
# Overrides for the default OCI runtime specification used by CRI containers.
overrides:
    process:
        rlimits:
            - hard: 1024
              soft: 1024
              type: RLIMIT_NOFILE
```

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`overrides`</td>
      <td>Unstructured</td>
      <td>Overrides for the default OCI runtime specification used by CRI containers.<br /><br />This document is mutually exclusive with the deprecated<br />`.machine.baseRuntimeSpecOverrides` field.<br /><br />Strategic merge patches replace this overrides object as a whole, so<br />reapplying the same document is idempotent.<br /><br />Applying, updating, or removing these overrides restarts CRI automatically.<br />A machine reboot is not required.</td>

      <td />
    </tr>
  </tbody>
</table>
