From: Stefan Lendl <s.lendl@proxmox.com>
To: Roland <devzero@web.de>
Cc: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Subject: Re: [pve-devel] [PATCH ksm-control-daemon] ksmtuned: fix large number processing
Date: Thu, 29 Feb 2024 16:16:11 +0100 [thread overview]
Message-ID: <87msrj8fno.fsf@gmail.com> (raw)
In-Reply-To: <6104c230-7e2e-43ae-8598-6c458b979ae1@web.de>
Roland <devzero@web.de> writes:
> oh, and shouldn't we also add that to total and free_memory calculation,
> even chances are less that the limit is hit there ?
>
> total=`awk '/^MemTotal:/ {print $2}' /proc/meminfo`
total does not require the printf fix because it does not do any
calculation.
The "print $2" operates on string level and prints the 2nd ($2) part of
the string after splitting at whitespaces.
next prev parent reply other threads:[~2024-02-29 15:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-25 10:56 Stefan Lendl
[not found] ` <c3d7bba9-73b0-46b0-ad72-94139afc0559@web.de>
2024-02-29 7:52 ` Thomas Lamprecht
2024-04-08 12:04 ` Stefan Lendl
2024-04-08 12:22 ` Thomas Lamprecht
2024-04-08 13:02 ` Stefan Lendl
[not found] ` <6104c230-7e2e-43ae-8598-6c458b979ae1@web.de>
2024-02-29 15:12 ` Stefan Lendl
2024-02-29 15:16 ` Stefan Lendl [this message]
[not found] ` <813667cc-81b6-46db-b144-54ee4cc578f6@web.de>
2024-02-29 15:23 ` Stefan Lendl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87msrj8fno.fsf@gmail.com \
--to=s.lendl@proxmox.com \
--cc=devzero@web.de \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox