google / spatial-media

Specifications and tools for 360º video and spatial audio.
Other
1.86k stars 429 forks source link

Memory issue on google application engine #125

Open FerumFlex opened 8 years ago

FerumFlex commented 8 years ago

Hi,

We can use your library on gae, but we encounter problem with memory - 64Mb is to much for gae small instance. So we had to monkey patch function tag_copy. It would be nice if you have some settings that we can pass, or maybe global settings to set up buffer size.

Thanks