awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • lxc/lxdالصورة الرمزية لـ lxc

    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/criuالصورة الرمزية لـ checkpoint-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.