MAN PAGE 정보

SIZE   Total size of the process (text, data, and stack) given in kilo-
              bytes.

RES Resident memory: current amount of process memory that resides in physical memory, given in kilobytes.

==> Shared Memory나 MMAP, malloc 같이 메모리 할당하면서 leak이 있다면 RES가 서서히 증가할 수도 있을것 같다는게 가장 납득이 간다.

==> 현재까지 뒤져본 결과로는,, valgrind로 메모리 leak을 찾거나 소스코드를 자세히 보라는게 가장 납득이 간다..

          



반응형

+ Recent posts