Maria Matejka
90ffd2e3d3
Flock: filedescriptor cleanups in hypervisor
2024-10-05 15:54:15 +02:00
Maria Matejka
eba15c08d3
Flock lower memory settings
2024-10-05 15:54:15 +02:00
Maria Matejka
3fac94828f
Flock trying to overlayfs (bad)
2024-10-05 15:54:15 +02:00
Maria Matejka
3406590533
Flock: Now the container code looks like doing at least something
2024-10-05 15:54:15 +02:00
Maria Matejka
7b4b471d5a
Flock: misc
2024-10-05 15:54:15 +02:00
Maria Matejka
55bb0ae4b3
Flock: Polished the command-line options
2024-10-05 15:54:15 +02:00
Maria Matejka
6f3c5339e7
Flock: Zombie children reaping
2024-10-05 15:54:15 +02:00
Maria Matejka
cafd775a41
Flock: Fixed the exposed process mainloop
2024-10-05 15:54:15 +02:00
Maria Matejka
7affe9296e
Flock: Added a proper shutdown routine requestable also from CLI
2024-10-05 15:54:15 +02:00
Maria Matejka
a8862fd7aa
Flock: Converted signalling through sigatomic_t to full event sending
2024-10-05 15:54:15 +02:00
Maria Matejka
5fdd7c6ac6
Flock: Hypervisor has a control socket (not doing anything yet tho)
2024-10-05 15:54:15 +02:00
Maria Matejka
01bfa5ebf3
Flock: Creating the hypervisor and the external-contact process
...
This is the first part of rewriting Flock to C to significantly reduce
memory footprint of individual machines from 20+M in Python to (goal)
less than 1M. Now the process eats ~460k and I suspect that this won't
even be the consumption per machine in total as fork() is involved and
some parts of the memory will be heavily shared.
2024-10-05 15:54:15 +02:00