---
title: "Make sure PhpStorm can read files larger than 2.5 MB"
canonical_url: "https://codex.republic.se/development/phpstorm/make-sure-phpstorm-can-read-files-larger-than-25-mb"
section: "Pages"
---

# Make sure PhpStorm can read files larger than 2.5 MB

---

- Go to **Help** &gt; **Edit Custom Properties…**
- Add the following row:

```txt
idea.max.intellisense.filesize=15000

```

- Save file and restart PhpStorm
