리눅스에서 인식하는 메모리정보를 어떻게 해석해야 합니까??
글쓴이: k1d0bus3 / 작성시간: 토, 2015/10/17 - 9:34오후
메모리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)
라고 나오는데 이걸 어떻게 받아들여야 합니까???
Forums:
이것을 참고해보세요.
찾아보니. 이런 내용들이 있네요.
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 값이 부팅할때마다 달라집니다.
댓글 달기