For unknown reason, Magento Captcha module generate and save images for forms like registration, login or contact page. That takes up the disk and does not clean it.
That module replaces image generation with base64 encoding, so image is generated but not saved
Module has been created with Magento 2.4.5, but it could work with other versions
#How to install
- Download the newest release
- Extract it to
app/code/MaciejBuchert/CaptchaBase64Encoding
directory - Execute commands
php bin/magento module:enable MaciejBuchert_CaptchaBase64Encoding
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush