태그>memory(총 189개의 글)
'memory' 관련 최근글
-
- 뮤지컬 영화//캣츠(CATS; 2019)
-
별 & 모닥불 by yacho44|2019/12/29 19:07
우리의 심금을 울렸던 노래 ‘memory’ -동영상보기=>http://silvernettv.com/17781지난 X-mas 이브에 개봉한 이 영화는 영국의 톰 후퍼 감독이 뮤지컬을 영화로 만들었다. 뮤지컬 무대보다 영화에서 더..
- 뮤지컬 영화//캣츠(CATS; 2019)
-
- MSSQL 메모리 반환 방법
-
Keep Going by 갑을병|2019/08/29 15:32
MS_SQL은 정말 좋은 DBMS로써 메모리를 한번 잡아드시면 반환을 하지 않으시는 훌륭한 시스템 로직을 갖고 계신듯하여 DB전문가께 여쭤보아 작업 스케줄을 통한(SQL Servera Agent)처리 방법을 알려..
- MSSQL 메모리 반환 방법
-
- Memory Safety
-
SCIENART BB by SCIENART BB|2018/11/19 12:37
Memory Safety By default, Swift prevents unsafe behavior from happening in your code. For example, Swift ensures that variables are initialized before they’re used, memory isn’t accessed after it’s been deallocated, and ar..
- Memory Safety
-
- [0410] Slab Memory Corruption Case Study#2 ..
-
Linux Kernel(4.9) Hacks by Guillermo|2018/04/20 17:22
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab ..
slab, corruption, 슬랩, 오브젝트, object
- [0410] Slab Memory Corruption Case Study#2 ..
-
- [Linux][Kernel] 슬랩 메모리: kmalloc 소개
-
Linux Kernel(4.9) Hacks by Guillermo|2018/04/09 21:53
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab ..
- [Linux][Kernel] 슬랩 메모리: kmalloc 소개
-
- [리눅스] /proc/meminfo 메모리 정보 해석하기
-
Linux Kernel(4.x) Hacker by Guillermo|2017/12/29 22:27
보통 시스템에 메모리가 얼마나 남아 있는지 점검하고 싶을 때가 있어요. 이런 상황에서 메모리를 디버깅할 때 가장 많이 활용되는 파일이 '/proc/meminfo'입니다. cat "/proc/meminfo" 명령어를..
- [리눅스] /proc/meminfo 메모리 정보 해석하기
-
- Trace32 - Memory Class 메모리 클래스
-
Linux Kernel Hacker by AustinKim|2017/12/24 14:24
Trace32 메모리 클래스(Memory Class)에 대해서 좀 알아 볼까요?cpu_up이란 리눅스 커널 API를 확인해보면요. "d.l cpu_up", "d.dump cpu_up"로 코드를 확인해보았어요.그런데 왼쪽에 NSX, NSP란 뭘 의미할까요? NSX:FFFFFF9F9..
trace32, T32, memoryclass, memory, class
- Trace32 - Memory Class 메모리 클래스
-
- [Linux][Kernel] 슬랩 Slab Memory 디버깅..
-
Linux Kernel Hacker by AustinKim|2017/12/12 22:36
슬랩 디버그 컨피그를 키면 어떤 일을 더 할까요? 정리해볼께요 콜트래이스 저장슬랩 메모리를 할당 및 해제할 때 콜트래이스를 저장해요. 이 콜트래이스는 struct track 변수에서 쓰이거든요. 우리가 알고 있는 슬랩의 종류는..
- [Linux][Kernel] 슬랩 Slab Memory 디버깅..
-
- [Linux][Kernel] 슬랩 Slab Memory 소개
-
Linux Kernel Hacker by AustinKim|2017/12/11 22:20
리눅스 커널 Memory Management의 꽃 슬랩(Slub)을 소개합니다. 슬럽이 소개 되기 전 리눅스 커널 메모리는 모두 동적 할당을 했습니다. 한참 이 방식으로 메모리 할당을 하다 메모리 성능을 높이기 위한 과제를 리눅..
- [Linux][Kernel] 슬랩 Slab Memory 소개
-
- [Kernel] memory leak - debug
-
Linux Kernel Hacker by AustinKim|2017/12/02 19:21
가끔 가다가 커널 메모리 누수(memory leak) 이슈가 생길 때가 있어요.OOM Killer가 메모리가 부족하다고 커널이 메시지를 남기며 스스로 자살을 하거나,Low Memory Killer가 너무나도 자주 돌아서 락업 현상으로 ..
memory, leak, memoryleak, 메모리릭, 메모리
- [Kernel] memory leak - debug
-
- dirver / executor memory configuration (sp..
-
Sensation by tobby48|2017/01/04 13:29
1. check to runtime overhead because of the runtime overhead imposed by Scala, which is usually around 3-7%, more or less. hduser@localhost:~$ scala -J-Xmx4g Welc..
- dirver / executor memory configuration (sp..
-
- Spark Basic Guide (2.X)
-
Sensation by tobby48|2017/01/04 12:57
1. Spark 2.X 튜닝 가이드 2. Spark on YARN 3. Resource Allocation Configuration for Spark on YARN In this blog post, I will explain the resource allocation configurations for Spark on YARN, describe the yarn-client and yarn-cluster ..
- Spark Basic Guide (2.X)
-
- [Python] 메모리 사용 및 persistent dict, list
-
지훈현서 by 지훈현서아빠|2016/06/14 19:54
파이썬 스크립트를 이용하다 종종 embeded 등에서 구동시킬 경우도 있습니다.그런데 기존에 서버 등에서 자유롭게 파이썬 코딩을 하던 것들도embeded 등의 환경에서는 메모리가 많이 부족한 상황을 겪을 수도 있습니다. 이런 상황을 가정하고 다음과 같이 접근해 보았습니다. ..
python, memory, limit, persistent, dict
- [Python] 메모리 사용 및 persistent dict, list
-
- [Linux] Cached Memory 비우고 Free Memory 늘리기
-
지훈현서 by 지훈현서아빠|2016/05/16 17:33
리눅스 터미널에서 $ head /proc/meminfo라는 명령을 내리면 MemTotal: 4652384 kBMemFree: 2108012 kBBuffers: 13096 kBCached: 33808 kBSwapCached: 0 kBActive: 1655428 kBInactive: 14316 kBActive(anon): 1622824 kBInactive(anon): 32 kBActive(file): 32604 kB 와..
- [Linux] Cached Memory 비우고 Free Memory 늘리기
-
- Memory - Barbara Streisand
-
connect the Dots... by 방긋방긋|2008/09/02 23:06
Memory (The Theme From Andrew Lloyd Weber's Musical ' Cats ') - Barbara Streisand - /// 예전에 같이 공연을 볼 땐 이 곡이 그렇게 좋은줄 몰랐는데 아마 지난 기억 때문이겠지. 벌써 지나버린..
- Memory - Barbara Streisand