awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesIterative Memory Migration

Techniques for transferring memory pages in multiple passes to minimize process downtime during migration.

Distinct from Full Server Migrations: None of the candidates address the specific mechanism of iterative memory transfer for live migration; most are server or cloud migration tools.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Iterative Memory Migration. Refine with filters or upvote what's useful.

Awesome Iterative Memory Migration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lxc/lxdlxc 的头像

    lxc/lxd

    5,554在 GitHub 上查看↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Uses pre-copy techniques to reduce downtime during live migration of running containers.

    Go
    在 GitHub 上查看↗5,554
  • checkpoint-restore/criucheckpoint-restore 的头像

    checkpoint-restore/criu

    3,697在 GitHub 上查看↗

    CRIU is a Linux process checkpointing tool and state manager used to freeze running applications and save their memory and state to disk for later restoration. It functions as a container migration engine and an OCI checkpoint image converter, allowing the live state of running containers to be transferred between different hosts. The project distinguishes itself through its ability to persist network connectivity, acting as a TCP connection state persister that saves and reconstructs network socket states to maintain active communication after a restart. It further enables the distribution o

    Implements iterative memory transfer to reduce the duration a process remains frozen during host migration.

    Cblcrcheckpointcontainer
    在 GitHub 上查看↗3,697
  1. Home
  2. Operating Systems & Systems Programming
  3. Iterative Memory Migration

探索子标签

  • Pre-Copy Memory TransfersTechniques that transfer memory pages in multiple passes before final stop-and-copy to minimize downtime during live migration. **Distinct from Iterative Memory Migration:** Distinct from Iterative Memory Migration: focuses on the pre-copy phase specifically, not general iterative memory transfer.