awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lxc/lxdAvatar lxc

    lxc/lxd

    5,554Vezi pe 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
    Vezi pe GitHub↗5,554
  • checkpoint-restore/criuAvatar checkpoint-restore

    checkpoint-restore/criu

    3,697Vezi pe 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
    Vezi pe GitHub↗3,697
  1. Home
  2. Operating Systems & Systems Programming
  3. Iterative Memory Migration

Explorează sub-etichetele

  • 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.