Project

General

Profile

« Previous | Next » 

Revision 4296d7cb

Added by Andreas Müller about 2 years ago

ref #7980 reduce minFreeHeap for aggregation

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/description/DescriptionAggregationBase.java
63 63

  
64 64
    public static final Logger logger = Logger.getLogger(DescriptionAggregationBase.class);
65 65

  
66
    private static final long BATCH_MIN_FREE_HEAP = 800  * 1024 * 1024;  //800 MB
66
    private static final long BATCH_MIN_FREE_HEAP = 200  * 1024 * 1024;  //800 MB
67 67
    /**
68 68
     * ratio of the initially free heap which should not be used
69 69
     * during the batch processing. This amount of the heap is reserved

Also available in: Unified diff