rkalla / imgscalr

Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques.
Apache License 2.0
1.23k stars 244 forks source link

AsyncScalrMultiThreadTest failing on OSX with OOM #110

Open silvpol opened 9 years ago

silvpol commented 9 years ago

The AsyncScalrMultiThreadTest tries to create 100k threads, but on Mac Java is limited to around 2000 and test fails with OOM.