> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://www.getfoundry.sh/api/mcp` to find what you need.
>
> **Have feedback?** Use `submit_feedback` on the same MCP server.

## `memOverflowError`

### Signature

```solidity
stdError.memOverflowError
```

### Description

The internal Solidity error when trying to allocate a dynamic memory array with more than 2^64-1 items.
