# BankLoadException ERR\_MEMORY WebGL build in Oculus Quest browser

**URL:** https://qa.fmod.com/t/bankloadexception-err-memory-webgl-build-in-oculus-quest-browser/17305
**Category:** Unity
**Created:** [June 8, 2021, 8:06am UTC](https://qa.fmod.com/t/bankloadexception-err-memory-webgl-build-in-oculus-quest-browser/17305 "2021-06-08T08:06:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![prossel](https://avatars.discourse-cdn.com/v4/letter/p/da6949/32.png) [@prossel](https://qa.fmod.com/u/prossel)
#### Post date: [June 8, 2021, 8:06am UTC](https://qa.fmod.com/t/bankloadexception-err-memory-webgl-build-in-oculus-quest-browser/17305/1 "2021-06-08T08:06:12Z")

</div>

Hello,

I have this memory error when loading the only bank of the project, which is a 55.6 MB file.

Is it too heavy ?

The error occurs in the Quest browser, but it loads fine in a desktop browser.

Messages from the console:

[FMOD] loadFromWeb. Path = [https://myaddress.com:8000/StreamingAssets/FModBanks/Master.bank](https://myaddress.com:8000/StreamingAssets/FModBanks/Master.bank), result = ERR\_MEMORY.

BankLoadException: [FMOD] Could not load bank ‘[https://myaddress.com:8000/StreamingAssets/FModBanks/Master.bank](https://myaddress.com:8000/StreamingAssets/FModBanks/Master.bank)’ : ERR\_MEMORY : Not enough memory or resources.  
at FMODUnity.RuntimeManager.loadedBankRegister (FMODUnity.RuntimeManager+LoadedBank loadedBank, System.String bankPath, System.String bankName, System.Boolean loadSamples, FMOD.RESULT loadResult) [0x00000] in \<00000000000000000000000000000000\>:0

Thank you for your help.

Pierre

---

<div class="post-metadata">

### Author: ![joseph](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/joseph/32/264_2.png) [@joseph](https://qa.fmod.com/u/joseph)
#### Post date: [June 9, 2021, 1:52am UTC](https://qa.fmod.com/t/bankloadexception-err-memory-webgl-build-in-oculus-quest-browser/17305/2 "2021-06-09T01:52:14Z")

</div>

Those error messages do usually indicate a shortage of memory.

Does the issue still occur if you try making an extremely small and simple bank, and attempt to load that in the Oculus Quest browser?
