리눅스에서 인식하는 메모리정보를 어떻게 해석해야 합니까??

k1d0bus3의 이미지

메모리8G(4G*2)가 달린 우분투64bit에서, /proc/meminfo를 보니

MemTotal:        8134276 kB

라고 나오는데, 이것이 커널바이너리코드와 예약값을 뺀것이라고 알고있습니다.
문제는 이 값이 부팅할때마다 다르게 나옵니다(동일환경).
왜 이런현상이 나타납니까?

좀더 정확한 정보를 찾고자 dmesg를 보니

[    0.000000] total RAM covered: 3576M
[    0.000000] Memory: 8046480K/8345244K available (7386K kernel code, 1145K rwdata, 3408K rodata, 1340K init, 1444K bss, 298764K reserved)

라고 나오는데 이걸 어떻게 받아들여야 합니까???

shint의 이미지

찾아보니. 이런 내용들이 있네요.

dmesg 8기가 인식
[스크랩] 리눅스 커널 메모리 4G로 인식 안될 경우 처리 방법
http://blog.naver.com/01191879872?Redirect=Log&logNo=10048968334

리눅스에서 메모리가 부족할 때
http://www.hanbit.co.kr/network/view.html?bi_id=1313

장치 관리, 파티션
https://uncyclopedia.kr/wiki/백괴대학:리눅스_강의/7

// http://blog.naver.com/pinocc?Redirect=Log&logNo=120027457890
// cat /proc/meminfo
// /linux/fs/proc/proc_misc.c 소스가 있네요.
MemTotal: 8134276 kB == totalram_pages

// http://beyondtop.egloos.com/2373345
MemoryTotal : 사용 가능한 최대 메모리(RAM)량
( Physical RAM - a few reserved bits - kernel binary code )
8134276 - 298764 - 7386 = 7,828,126 Physical RAM
( Physical RAM - a few reserved bits + kernel binary code )
8134276 - 298764 + 7386 = 7,842,898 ??

//예약된 크기는 이거 같네요.
8345244-8046480-298764 = 0
8046480K/8345244K = 298764K reserved

Adb Memory 정보보기
http://blog.naver.com/fptldl?Redirect=Log&logNo=150135587405

PUF (Physical unclonable function: unpredictable but repeatable: hard to predict: challenge?response authentication: derived fingerprint can then be used as a key) / Smart Card ICs with SRAM-based PUFs Work Related
http://blog.naver.com/framkang/220397723059

[분석] Linux kernel physical memory allocator (Buddy) - Part 1
http://woodz.tistory.com/57

RAM, Virtual Memory, Pagefile and all that stuff |
http://cafe.naver.com/sharedtalk/50

A Main Memory Compression Framework with Low Complexity and Low Latency Work Related
http://blog.naver.com/framkang?Redirect=Log&logNo=220476087225

----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.

매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.

각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com

익명 사용자의 이미지

혹시 재부팅할 때마다 커널 버전은 항상 일정했나요? 커널 버전이 달라지면 바이너리 크기도 조금씩 차이가 나서 그럴 수도 있습니다.

익명 사용자의 이미지

커널버전 동일했고, 배포판과 PC를 바꿔가면서 테스트해봐도
항상 meminfo>memtotal 값이 부팅할때마다 달라집니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.