menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

+4 투표

Hello,

we are having an issue after upgrading the SDK from 2019.1.6 to 2019.2.4 where Wwise appears to leak memory according to the profiler memory tab. "Used" memory grows and shrinks as banks are loaded and unloaded but "Total reserved" just keeps growing and is never released.

Setting AkMemSettings::uMemAllocationSizeLimit to e.g. 200MB results in bank loading to fail eventually:

AK Error: Memory allocation failed: 1596356 bytes in pool 'Media' - currently allocated 209338368 / 209715200 bytes
AK Error: Insufficient Space to Load Bank
AK Error: Bank Load Failed

 

Amount of used memory remains under roughly 1/4 of the limit at all times. We're using the default MemoryMgr implementation initialized with default settings.

Any leads would be appreciated.

General Discussion Jarno L. (140 포인트) 로 부터
Hello, we are also experiencing issues similar to this after updating to wwise 2019.2.x versions where the new memory allocator and memory categories were introduced. Did you ever get to the bottom of why this was occurring?
Hi, we got our issues resolved after upgrading to 2019.2.10.

Also, we had a minor leak in development build due to not calling AK::MemoryMgr::TermForThread() for a couple worker threads.

Please sign-in or register to answer this question.

...