*/
public class IgnitePageMemReplaceDelayedWriteUnitTest {
/** CPU count. */
- private static final int CPUS = Runtime.getRuntime().availableProcessors();
+ private static final int CPUS = 32;
/** 1 megabyte in bytes */
private static final long MB = 1024L * 1024;
*/
@Test
public void testReplacementWithDelayCausesLockForRead() throws IgniteCheckedException {
- IgniteConfiguration cfg = getConfiguration(MB);
+ IgniteConfiguration cfg = getConfiguration(16 * MB);
AtomicInteger totalEvicted = new AtomicInteger();
*/
@Test
public void testBackwardCompatibilityMode() throws IgniteCheckedException {
- IgniteConfiguration cfg = getConfiguration(MB);
+ IgniteConfiguration cfg = getConfiguration(16 * MB);
AtomicInteger totalEvicted = new AtomicInteger();