setMaxMemorySegmentSizeInBytes(context.getLong("maxMemorySegmentSizeInBytes", 10000000L));
setPagingDirectory(new File(context.getString("pagingDirectory")));
setMaxTransactionSize(context.getInteger("transactionCapacity", 2000));
if (channelCounter == null) {
channelCounter = new ChannelCounter(getName());
}
}