속성:Reusable lesson
외관
비슷한 문제를 만났을 때 다시 쓸 수 있는 내용을 적습니다.
a
archer adaptive memory compression with page association rule awareness for high speed response 98bcc760 +
Choose compression units from observed redundancy rather than VM page boundaries alone. +
prefetch 대상이 file-backed와 anonymous이면 안정성이 다르므로 하나의 predictor가 아니라 각기 다른 학습/보정 속도를 써야 한다. +
Heterogeneous RAID 설계에서는 장치별 capacity와 performance를 stripe-group/LBA 배치에 명시적으로 반영하되, prototype 평가 전에는 동기 microbenchmark를 제안 시스템의 이득으로 해석하지 않는다. +
장치 자체보다 소프트웨어 경로가 비슷한 규모의 지연을 차지하면, 작업을 축소하는 것뿐 아니라 장치 처리와 겹치도록 critical path를 재구성해야 한다. +
Expose nonblocking initiation plus device-local progress and continuation mechanisms. +
cache 분석은 단일 trace가 아니라 입력→footprint/miss의 모델로 표현하라. +
Use bounded staging to decouple latency-critical allocation from slow durable writeback. +
aware automate workload autoscaling with reinforcement learning in production cloud systems cb18da5e +
온라인 제어 RL은 메타학습과 안전 제약을 함께 설계하라. +
b
논문 공개 전에는 Rowhammer/PRAC 연구 인덱스 항목으로만 사용하고 설계 교훈은 원문 공개 후 보강한다. +
Set VLLM_RPC_BASE_PATH explicitly to a short owner-only directory and leave TMPDIR/JIT caches on their intended executable private mount. Budget the complete encoded socket path, record the controlled environment semantically, and terminate/verify the full process group before deleting the RPC directory. +
CPU에서 실행된 샘플만 보면 잠금·I/O·스케줄링 대기 병목을 놓치므로 blocked-state 근거를 실행 샘플과 함께 해석해야 한다. +
Add per-principal attribution and feedback throttling around expensive shared defenses. +
Move per-I/O translation into hardware while retaining kernel control-plane setup. +
byteexpress a high performance and traffic efficient inline transfer of small payloads over nvme a7c01a49 +
Inline tiny values into control messages when protocol headroom and ordering permit. +
c
Data 자체뿐 아니라 비싼 address-translation 또는 mapping 결과도 identity와 lifetime이 안전하다면 재사용할 수 있다. +
Use selective correction between exact recomputation and unsafe cache reuse. +
클라우드 스토리지 최적화에는 계약 한도와 변동성 모두를 반영하라. +
Align application reclamation units with device erase/management units when the host controls placement. +
real-time support를 항상 최대 강도로 켜기보다 runtime necessity에 따라 선택적으로 적용하면 latency-throughput trade-off를 완화할 수 있다. +
Profile shared bottlenecks and partition operators across accelerators jointly. +