"meminfo: Provides information about distribution and utilization of memory. This varies by architecture and compile options. (...) You may not have all of these fields."
(ce qui ne répond pas à la question : quelle est la taille (max ?) pour mon architecture et mes options sur mon noyau donné ?)
# Doc
Posté par Benoît Sibaud (site web personnel) . En réponse au message taille du "fichier" /proc/meminfo. Évalué à 3.
man proc
et aussi /usr/src/linux-source-${kernel_version}/Documentation/filesystems/proc.txt
ou
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/filesystems/proc.txt?id=HEAD
ou
https://github.com/torvalds/linux/blob/master/Documentation/filesystems/proc.txt
qui dit justement :
"meminfo: Provides information about distribution and utilization of memory. This varies by architecture and compile options. (...) You may not have all of these fields."(ce qui ne répond pas à la question : quelle est la taille (max ?) pour mon architecture et mes options sur mon noyau donné ?)