config.common().activationDepth(0);
config.common().allowVersionUpdates(true);
config.common().callConstructors(true);
config.common().callbacks(false);
config.common().weakReferences(false);
config.file().freespace().useRamSystem();
config.file().storage(new NonFlushingStorage(new FileStorage()));
return config;
}
public String getBlobDirectory() {