ThreadPool size 8 is too big

This commit is contained in:
Lukas Eder 2013-09-17 17:12:56 +02:00
parent c405fb0607
commit 1bfef0c8ba

View File

@ -56,7 +56,7 @@ class OSS extends Generators {
static ExecutorService ex;
def static void main(String[] args) {
ex = Executors::newFixedThreadPool(8);
ex = Executors::newFixedThreadPool(4);
val oss = new OSS();