Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

types.go

Forked from pipelines / tools / vmine
Source project has a limited visibility.
  • ale's avatar
    28d19ec0
    Implement a maximum memory limit · 28d19ec0
    ale authored
    Vmine will refuse to create more VMs once it has reached the limit for
    allocated memory (regardless of how much RSS the qemu processes
    actually have, so it's not exactly an accurate measure).
    
    Fixes issue #1.
    28d19ec0
    History
    Implement a maximum memory limit
    ale authored
    Vmine will refuse to create more VMs once it has reached the limit for
    allocated memory (regardless of how much RSS the qemu processes
    actually have, so it's not exactly an accurate measure).
    
    Fixes issue #1.