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:
parent
05c4a2d32e
commit
35f78ed14b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue