Skip to content

GC (LOH) 문제 #15

@ImGdevel

Description

@ImGdevel

내부 음성데이터를 받은뒤 클라이언트에 전송하는 로직 존재
-> 현재 음성 데이터를 전송시 GC문제가 전혀 고려되지 않음

LOH가 지속적으로 생성되어 장기간 서버 운용시 GC 문제가 발생 우려 됨
-> fragmentation 문제

추후 해당 문제가 발생시 수정할 것

수정 권장 사항

  • ArrayPool
  • Buffer Pooling / Stream 기반 처리
  • Pinned Object Heap(POH)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions