markdegrootnl / unifi-protect-arm64

Run UniFi Protect in Docker on ARM64 hardware
126 stars 25 forks source link

changing required disk size #12

Closed Sputnick85 closed 2 years ago

Sputnick85 commented 2 years ago

You can change the size of the required disk size by changeing the file /usr/share/unifi-protect/app/config/config.json. This will help to start protect on small disks.

If you change the parameter mbToKeepFree to something like this:

"mbToKeepFree": 1024,

You can easily use this on a raspberry with 32GB SD Card

By default the value is around 66GB

markdegrootnl commented 2 years ago

Great find! Feel free to submit a PR to add it to the readme.

Sputnick85 commented 2 years ago

13

done, closed