Skip to content

Commit

Permalink
eve_defconfig: Enable PSI (Pressure Stall Information).
Browse files Browse the repository at this point in the history
This commit enables CONFIG_PSI=y to introduce tools that can enhance our
system monitoring and troubleshooting capabilities.

Key Benefits:
1. Ability to grab statistics about memory pressure events.
2. Detection of pre-system-wide-OOM conditions.

While this feature provides valuable insights, it introduces slight CPU
and memory overheads due to the tracking and updating of pressure
metrics. This may cause a minor performance impact, especially under
heavy load or in latency-sensitive environments. However, these
trade-offs are considered acceptable for the benefits gained.

Signed-off-by: Nikolay Martyanov <[email protected]>
  • Loading branch information
OhmSpectator committed Aug 6, 2024
1 parent fb31ce8 commit 80bf85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/configs/eve_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_PSI=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_MEMCG=y
Expand Down

0 comments on commit 80bf85c

Please sign in to comment.