Files
libvirt/tests
Roman Bogorodskiy dd34991f6e bhyve: add memtune support
Add support of the memtune's hard_limit configuration:

  <memtune>
    <hard_limit ... >
  </memtune>

to the bhyve driver.

Just like in the block I/O tuning case, memory limits are set using the
rctl(8) tool.

Syntax for that is:

 rctl -a process:<pid>:memoryuse:deny=1073741824

Extend bhyveSetResourceLimits() to execute this command if it's
requested by the domain XML.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2026-05-20 18:23:32 +02:00
..
2023-04-06 12:48:22 +02:00
2023-12-14 17:10:22 +01:00
2026-05-20 18:23:32 +02:00
2024-03-12 17:37:51 +01:00
2024-03-12 17:37:51 +01:00
2026-05-14 14:25:28 +02:00
2026-02-17 13:14:58 +01:00
2022-06-16 06:43:58 +02:00
2022-06-16 06:43:58 +02:00
2025-07-02 13:54:04 +02:00
2026-02-17 13:14:58 +01:00
2022-06-16 06:43:58 +02:00
2022-06-16 06:43:58 +02:00
2022-06-16 06:43:58 +02:00
2023-04-06 12:48:22 +02:00
2022-06-16 06:43:58 +02:00
2025-07-02 13:54:04 +02:00
2022-06-16 06:43:58 +02:00
2022-06-16 06:43:58 +02:00
2024-03-14 15:17:48 +01:00
2023-03-13 13:29:07 +01:00
2025-07-02 13:54:04 +02:00
2025-11-20 15:09:10 +01:00