Project

General

Profile

« Previous | Next » 

Revision d2c73605

Added by Katja Luther almost 12 years ago

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiDescriptionExport.java
204 204
		while ((list = getNextTaxonPartition(Taxon.class, limit, partitionCount++, propPath )) != null   ) {
205 205

  
206 206
			logger.info("Fetched " + list.size() + " " + pluralString + ". Exporting...");
207
			logger.warn("Start snapshot, beginning of loop, fetched " + list.size() + " " + pluralString);
207
			
208 208
			if (partitionCount % 10 == 0){
209
				logger.warn("Start snapshot, beginning of loop, fetched " + list.size() + " " + pluralString);
209 210
				ProfilerController.memorySnapshot();
210 211
			}
211 212
			for (Taxon taxon : list) {

Also available in: Unified diff