Project

General

Profile

« Previous | Next » 

Revision b0027938

Added by Andreas Kohlbecker about 13 years ago

reducing heap requirement settings

View differences:

src/main/java/eu/etaxonomy/cdm/server/Bootloader.java
166 166
    // memory requirements
167 167
    private static final long MB = 1024 * 1024;
168 168
    private static final long PERM_GEN_SPACE_PER_INSTANCE = 64 * MB;
169
    private static final long HEAP_PER_INSTANCE = 300 * MB;
169
    private static final long HEAP_PER_INSTANCE = 150 * MB;
170 170
    
171 171
    private static final int KB = 1024;
172 172
    

Also available in: Unified diff