Excessive memory consumption #33
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/Kaimon.jl#33
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On my machine with Fedora 43, Kaimon consumes almost 2 GB of memory. That is from kaimon itself (1.2GB) and the REPL+gate (about 0.7GB).
Are there any plans to reduce this? It seems an excessive amount of memory for something that runs in the terminal. Most of it is just the plain julia process, but it would be nice if we could significantly reduce this. Memory these days does not come cheap! And unfortunately I have had a few OOM errors already running kaimon.
@langestefan I would need to spend some time looking at how memory is utilized, if you have any time to dig in deeper and report findings, let me know. It hasn't been an impediment to me as many other processes are more memory hungry.
@langestefan Closing this out, several issues related to agent/session affinity have been worked on in 2.0, but please open an issue if you run into something specific.