iOS music file uses 100-200mb memory

edit: *found a solution http://partycircl.es/unity-assets/ios-music-library-access also available on the asset store

It’s because you have decompressed the audio and then put it into memory. What you want is to stream the audio from the disk. Did you set the stream parameter to true when creating the clip?