add post about hashicorp license change

change markdown engine
This commit is contained in:
Pim Kunis 2023-08-17 20:33:38 +02:00
parent f6773e3685
commit 9291d43f4c
7 changed files with 61 additions and 5 deletions
jekyll/_posts/fluent-bit-memory

View file

@ -22,7 +22,7 @@ The problem is that `Mem.used` and `Mem.free` do not accurately reflect the mach
This is because these metrics include caches and buffers, which can be reclaimed by other processes if needed.
Most tools reporting memory usage therefore include an additional metric that specifices the memory _available_ on the system.
For example, the command `free -m` reports the following data on my laptop:
```
```text
total used free shared buff/cache available
Mem: 15864 3728 7334 518 5647 12136
Swap: 2383 663 1720