HBASE-14513 TestBucketCache runs obnoxious 1k threads in a unit test
This commit is contained in:
parent
e0929bbc5a
commit
c04d18970e
|
@ -75,7 +75,7 @@ public class TestBucketCache {
|
|||
final int CACHE_SIZE = 1000000;
|
||||
final int NUM_BLOCKS = 100;
|
||||
final int BLOCK_SIZE = CACHE_SIZE / NUM_BLOCKS;
|
||||
final int NUM_THREADS = 1000;
|
||||
final int NUM_THREADS = 100;
|
||||
final int NUM_QUERIES = 10000;
|
||||
|
||||
final long capacitySize = 32 * 1024 * 1024;
|
||||
|
|
Loading…
Reference in New Issue