wendykierp / JTransforms

JTransforms is the first, open source, multithreaded FFT library written in pure Java.
Other
368 stars 89 forks source link

OOM on Android. #9

Closed longzy-oushu closed 7 years ago

longzy-oushu commented 7 years ago

Thanks for your fantastic work. but i have encountered an issue in using the Jtransform lib on Android. while the program is calculating the fft. the App crashes and gives warnings of OOM. i've tried to add the calculating process as a service. but doesn't work out. Do you have any solutions about this? thx

longzy-oushu commented 7 years ago

The memory leak does not happened in the lib, my fault.