Using TrustGraph Configuration Builder docker compose deployment with no modifications to compose yaml, after several days the host machine's hard disk drive fills to 100% full capacity. some applications or processes related to the trustgraph containers eagerly consume all available disk space, when providing more disk space trustgraph continues to grow consuming actual disk space seemingly infinite.
iotop shows a running process ie
3562426 be/4 10000 113.07 M 0.00 B java -Dlog4j.shutdownHookEnabled=false -cp /pulsar/c~BrokerStarter --broker-conf /pulsar/conf/broker.conf
Performing a docker compose stop stops all related containers and releases hundreds of gigs of disk space. Need to perform further investigation into which trustgraph container is writing profusely and consuming all available disk space.
container images:
trustgraph/ddg-mcp-server:0.1.0 3f7e1e80557b 221MB 53.5MB
trustgraph/trustgraph-flow:2.4.11 6a8a70bc262f 1.37GB 307MB
trustgraph/trustgraph-unstructured:2.4.11 ce7cfb22149f 4.07GB 941MB
trustgraph/workbench-ui:1.8.2 4dc9ce3943de 119MB 29.8MB
apachepulsar/pulsar:4.1.0 188277e85d72 772MB 313MB
cassandra:5.0.6 b494afb347bf 544MB 172MB
qdrant/qdrant:v1.15.4 6ac4807063bb 259MB 70.8MB
qdrant/qdrant:v1.16.0 1005201498cf 288MB 79.4MB
How to mitigate this issue?
Using TrustGraph Configuration Builder docker compose deployment with no modifications to compose yaml, after several days the host machine's hard disk drive fills to 100% full capacity. some applications or processes related to the trustgraph containers eagerly consume all available disk space, when providing more disk space trustgraph continues to grow consuming actual disk space seemingly infinite.
iotop shows a running process ie
3562426 be/4 10000 113.07 M 0.00 B java -Dlog4j.shutdownHookEnabled=false -cp /pulsar/c~BrokerStarter --broker-conf /pulsar/conf/broker.confPerforming a docker compose stop stops all related containers and releases hundreds of gigs of disk space. Need to perform further investigation into which trustgraph container is writing profusely and consuming all available disk space.
container images:
trustgraph/ddg-mcp-server:0.1.0 3f7e1e80557b 221MB 53.5MB
trustgraph/trustgraph-flow:2.4.11 6a8a70bc262f 1.37GB 307MB
trustgraph/trustgraph-unstructured:2.4.11 ce7cfb22149f 4.07GB 941MB
trustgraph/workbench-ui:1.8.2 4dc9ce3943de 119MB 29.8MB
apachepulsar/pulsar:4.1.0 188277e85d72 772MB 313MB
cassandra:5.0.6 b494afb347bf 544MB 172MB
qdrant/qdrant:v1.15.4 6ac4807063bb 259MB 70.8MB
qdrant/qdrant:v1.16.0 1005201498cf 288MB 79.4MB
How to mitigate this issue?