public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0/3] mm/ksm: Support controlling KSM with PID
@ 2024-09-03  4:32 xu xin
  2024-09-04  5:31 ` Stefan Roesch
  0 siblings, 1 reply; 3+ messages in thread
From: xu xin @ 2024-09-03  4:32 UTC (permalink / raw)
  To: shr; +Cc: david, linux-kernel, akpm, hughd, xu.xin16

Hi,

In the field of embedded Linux for cost considerations, resources including
cpu and memory, are often not very sufficient, so the global deployment of
KSM can be a mitigation strategy, which is feasible for closed system
(scenarios without Internet connection). However, KSM has a side effect of
increasing write time replication latency, which is somewhat unacceptable
for latency sensitive applications. Therefore, it can be combined with the
QoS of the business tasks to dynamically close some part of those already
started processes in real time if the QoS degrade. Although it is also
beneficial for server/cloud OS, the requirement of embedded system is more
urgent and strong compared to cloud or server operating systems with
sufficient memory.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-07  2:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03  4:32 [PATCH 0/3] mm/ksm: Support controlling KSM with PID xu xin
2024-09-04  5:31 ` Stefan Roesch
2024-09-07  2:23   ` xu xin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox