You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since a Unikernel.config contains a image : Cstruct.t - this is kept in memory during operation. There used to be (in ancient times) code to replace this with the empty cstruct once no longer needed, but since Unikernel_get allows to download the image, this is no longer the case.
Now, the albatross_daemon process running a lot of unikernels unnecessarily keeps the unikernel images in memory. We could (a) compress or (b) re-apply the old methodology and have the get command retrieve it from disk before sending it to the client. This would be very welcome.
The text was updated successfully, but these errors were encountered:
since a Unikernel.config contains a
image : Cstruct.t
- this is kept in memory during operation. There used to be (in ancient times) code to replace this with the empty cstruct once no longer needed, but sinceUnikernel_get
allows to download the image, this is no longer the case.Now, the albatross_daemon process running a lot of unikernels unnecessarily keeps the unikernel images in memory. We could (a) compress or (b) re-apply the old methodology and have the
get
command retrieve it from disk before sending it to the client. This would be very welcome.The text was updated successfully, but these errors were encountered: