Home / Docs / ClickHouse (Hardened) / Troubleshooting
| Symptom | Check | Fix |
|---|---|---|
| Remote connection refused | listen_host config; firewall | Both closed by default — open deliberately with authenticated users. |
| Memory limit exceeded on query | max_memory_usage setting | Raise per-user limit in users.d or add RAM; ClickHouse is honest about memory. |
| Slow cold queries | Storage type | Use gp3/io2 with adequate IOPS; ClickHouse is IO-hungry on cold reads. |
clickhouse-client -q 'SELECT 1'