HBASE-14513 TestBucketCache runs obnoxious 1k threads in a unit test
This commit is contained in:
parent
16ad5e61c8
commit
4bd8461566
|
@ -74,7 +74,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