mimic-sussex / Maximilian

Audio and Music DSP Library
http://www.maximilian.strangeloop.co.uk
9 stars 5 forks source link

memory allocation raise? #36

Closed chriskiefer closed 3 years ago

chriskiefer commented 3 years ago

currently 67108864 - about 0.5 gb - can we afford to raise this?

micknoise commented 3 years ago

The version hosted on Luuma.net reports the memory allocation is 16781312 bytes so I think the only problem is that this version may need recompiling?

frantic0 commented 3 years ago

The ceiling for the WASM heap is 4GB

https://v8.dev/blog/4gb-wasm-memory#:~:text=Thanks%20to%20recent%20work%20in,512MB%20or%201GB%20of%20memory!

chriskiefer commented 3 years ago

no raise needed in the end