robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
142 stars 17 forks source link

memory consumption of daemons #66

Closed hannesm closed 2 years ago

hannesm commented 3 years ago

while albatross_log uses a ring buffer (as do albatross_console and others), it uses with a 65 MB big logfile easily >400MB memory. needs investigation and improvements.

hannesm commented 2 years ago

this is not an issue anymore -- albatross_log is no longer around, all other daemons have < 30M (resdent < 15M) -- apart from albatrossd (700M, 615M resident) that keeps it hands on the unikernel images. I'm sure this can be improved once we need to improve it. Closing for now, since the offending daemon (albatross_log) has been removed.