UnamSanctam / UnamWebPanel

MIT License
164 stars 61 forks source link

Database 40GB #217

Open Sh4r3catyt opened 1 year ago

Sh4r3catyt commented 1 year ago

Hi is it normal that the DB is 40GB large? grafik

UnamSanctam commented 1 year ago

Technically not (and that's the wal file), try disabling the persistent connection. You can see another thread here: https://github.com/UnamSanctam/UnamWebPanel/issues/216, from what I can see it seems to be caused by too many connections compared to how fast your webserver can handle them. You could also just disable the hashrate history in the config.php, since that's what all the data is, and it will also increase the performance massively. Which is why I also wrote the warning inside the config.php

Sh4r3catyt commented 1 year ago

Okay Thanks