Disk usage
#4620
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! It was the MySQL binlogs.
Logs were located under /var/lib/mysql
As a temp workaround I purged all logs to free up disk space. It was hugging several GB pr day.
```shell
sudo docker exec -i ragflow-mysql mysql -u root -pinfini_rag_flow <<<"PURGE BINARY LOGS BEFORE now();"
```
Regards
Per Morten
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Trying to turn of the binlog by setting the environment variable "MYSQL_LOG_BIN=0", but it still logs I do not know if turning binlog off is a good thing, but at least set a max size. The link @KevinHuSh provided suggest to update the configuration file. Where to do that in a Docker deployment? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running a Docker installation. Have made a few Knowledge Bases and used the General profile and enabled RAPTOR. I have added about 5GB og PDF documents. After processing these documents the disk usage has increased by ~250GB. Is this normal or are there temp files that are clogging the system?
Beta Was this translation helpful? Give feedback.
All reactions