본문으로 이동

속성:Reusable lesson

S3 연구 메모리

Text

비슷한 문제를 만났을 때 다시 쓸 수 있는 내용을 적습니다.

( | ) (20 | 50 | 100 | 250 | 500) 보기
이 속성을 사용하는 문서 20개를 보여줍니다.
t
반드시 즉시 회수 가능해야 하는 idle memory에는 authoritative data가 아니라 이미 다른 계층에 backing이 있는 evicted cache만 담으면 회수 비용을 제한할 수 있다.  +
Overlap heterogeneous compute and movement by assigning complementary operators to each processor.  +
긴 RTT access network에서는 control-plane 왕복을 edge에 종단시키는 것이 효과적이다.  +
u
온디바이스 모델이 메모리를 초과할 때는 저장장치를 단순 스왑 공간으로 보지 말고 추론 데이터 경로의 처리량과 메모리 상주량을 함께 최적화해야 한다.  +
다중 가속기 캐시는 hotness와 인터커넥트 토폴로지를 함께 모델링하라.  +
Evaluate security mechanisms for timing/noninterference, not only for prevention efficacy.  +
Build reliability controls from field-derived fault classes and trigger conditions, not a single synthetic fault rate.  +
비용 최적화는 전부 이전보다 함수별·QoS별 부분 이전이 현실적이다.  +
Unify completion modes behind load-aware scheduling and preserve per-request identity.  +
Treat cache placement, translation, and migration as one hierarchy-wide policy.  +
Model interference explicitly and optimize configuration and execution structure together.  +
read-heavy KV는 one-sided read와 검증 가능한 레이아웃을 결합하라.  +
Use a fast constrained path for suitable objects and retain a flexible escape path.  +
v
Virtualize heterogeneous I/O around a shared scheduling abstraction, not device-specific queues.  +
VM 단위 우선순위만으로는 intra-VM QoS를 보장하기 어렵고, 작업 의미를 추론해 vCPU share와 guest 배치를 함께 조정해야 한다.  +
w
NUMA 복제는 all-or-nothing 대신 단계적·workload-aware로 운영하라.  +
SSD 단편화는 요청 개수 대신 내부 자원 충돌 관점에서 진단하라.  +
메타데이터만 확인된 논문에서는 제목으로 방법이나 성능을 추론하지 말고, 기술적 재사용 판단을 원문 확보 뒤로 미룬다.  +
x
함수 배치뿐 아니라 downstream backpressure까지 자원 제어에 포함하라.  +
Place bounded, verified continuation logic at the device completion point.  +