# Raise threshold of disk space warning on local machine

**URL:** https://forum.weaviate.io/t/raise-threshold-of-disk-space-warning-on-local-machine/782
**Category:** Support
**Created:** [October 5, 2023, 12:43pm UTC](https://forum.weaviate.io/t/raise-threshold-of-disk-space-warning-on-local-machine/782 "2023-10-05T12:43:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kokogrr](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/kokogrr/32/435_2.png) [@kokogrr](https://forum.weaviate.io/u/kokogrr)
#### Post date: [October 5, 2023, 12:43pm UTC](https://forum.weaviate.io/t/raise-threshold-of-disk-space-warning-on-local-machine/782/1 "2023-10-05T12:43:46Z")

</div>

Hello,

I have a small issue with Weaviate Instance running locally in Docker Container. I use Docker bind mount for data and backups and when Weaviate checks disk space for these directories it gets percentage of the host machine disk space. The problem is I run on 256GB SSD and have about 10GB of free space so Weaviate freaks out that it’s +90% and goes into READ\_ONLY mode.

Can I raise this disk space threshold or disable the check when running locally?

---

<div class="post-metadata">

### Author: ![jphwang](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/jphwang/32/38_2.png) [@jphwang](https://forum.weaviate.io/u/jphwang)
#### Post date: [October 5, 2023, 2:48pm UTC](https://forum.weaviate.io/t/raise-threshold-of-disk-space-warning-on-local-machine/782/2 "2023-10-05T14:48:37Z")

</div>

Hi @kokogrr - I believe `DISK_USE_READONLY_PERCENTAGE` is the environment variable to adjust.

Please take a look here: [Persistence | Weaviate - vector database](https://weaviate.io/developers/weaviate/configuration/persistence#disk-pressure-warnings-and-limits)

I hope that helps! 🙂

---

<div class="post-metadata">

### Author: ![kokogrr](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/kokogrr/32/435_2.png) [@kokogrr](https://forum.weaviate.io/u/kokogrr)
#### Post date: [October 6, 2023, 9:02am UTC](https://forum.weaviate.io/t/raise-threshold-of-disk-space-warning-on-local-machine/782/3 "2023-10-06T09:02:39Z")

</div>

Thank you, I think that’s exactly what I needed. 🙂
