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)
This commit is contained in:
xiaowei 2026-05-30 17:58:27 +08:00
parent 05c4a2d32e
commit 35f78ed14b
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -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