# Checking the size of built banks

**URL:** https://qa.fmod.com/t/checking-the-size-of-built-banks/13729
**Category:** FMOD Studio
**Created:** [March 1, 2018, 12:48am UTC](https://qa.fmod.com/t/checking-the-size-of-built-banks/13729 "2018-03-01T00:48:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![spectralgeth](https://avatars.discourse-cdn.com/v4/letter/s/c6cbf5/32.png) [@spectralgeth](https://qa.fmod.com/u/spectralgeth)
#### Post date: [March 1, 2018, 12:48am UTC](https://qa.fmod.com/t/checking-the-size-of-built-banks/13729/1 "2018-03-01T00:48:09Z")

</div>

Is there currently a way to do this in the most current version of Fmod? Sometimes I need to see specifics of how much data is being cached into memory with the size of a specific bank file, rather than the amount of memory being used at run-time, for instance.

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [March 6, 2018, 2:42am UTC](https://qa.fmod.com/t/checking-the-size-of-built-banks/13729/2 "2018-03-06T02:42:46Z")

</div>

The only way I can think of to do what you want, would be to use FMOD::Memory\_GetStats before and after loading a bank to find out the current memory allocations.

[https://fmod.com/resources/documentation-api?page=content/generated/FMOD\_Memory\_GetStats.html#/](https://fmod.com/resources/documentation-api?page=content/generated/FMOD_Memory_GetStats.html#/)
