From 35f78ed14b374ff5325561439a23c8d9fc5be131 Mon Sep 17 00:00:00 2001 From: xiaowei Date: Sat, 30 May 2026 17:58:27 +0800 Subject: [PATCH] chore: fix gitignore, remove stale graph.json, add MemoryMax limits - Fix broken .gitignore (literal \n chars removed) - Add go/build.sh to .gitignore - Remove empty stale graph.json (SQLite graph.db is real store) - Set MemoryMax=2G for zhiyid + zhiyi-sidecar services - Switch VLLM_ENDPOINT to local bge-m3 (port 8000) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 20854f1..adfbda1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,5 +27,6 @@ Thumbs.db __pycache__/ *.pyc *.egg-info/ -.venv/\n*.pyc\n__pycache__/\ntarget/\nzhiyi-consolidate\nzhiyid-new\ngo/zhiyi-consolidate\ngo/zhiyid-new\n +.venv/ backups/ +go/build.sh