Skip to content

agent-hypervisor: unbounded VFS edit log causes memory growth #166

@imran-siddique

Description

@imran-siddique

Problem

The _edit_log list grows unbounded with no rotation or pruning.

File: src/hypervisor/session/sso.py (line 44)

Impact

Long-running sessions will eventually OOM.

Suggested Fix

Implement ring buffer or rolling window (keep last 10K edits).

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent-hypervisoragent-hypervisor packagebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions