File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -263,3 +263,15 @@ cannot be enabled later by providing a `polling_interval` non-zero value.
263263Furthermore, if the balloon was configured with statistics pre-boot through a
264264non-zero ` stats_polling_interval_s ` value, the statistics cannot be disabled
265265through a ` polling_interval ` value of zero post-boot.
266+
267+ ## Notes
268+
269+ - Firecracker has no control around the speed of inflation or deflation, this is
270+ dictated by the guest kernel. As a result, if the balloon is left inflated the
271+ host could see serverly affected performance, it is therefore recommended to
272+ only have the balloon inflated for shorter periods of time to reclaim memory.
273+
274+ - The ` deflate_on_oom ` flag which allows the balloon to deflate in an out of
275+ memory scenario, if it has yet to reach its target size will continue to try
276+ and inflate even after releasing memory. This can lead to high CPU usage with
277+ a high allocations and deallocations.
You can’t perform that action at this time.
0 commit comments