Project

General

Profile

« Previous | Next » 

Revision 1bc53106

Added by Andreas Müller over 2 years ago

remove PermGenSpace constants

View differences:

src/main/java/eu/etaxonomy/cdm/server/AssumedMemoryRequirements.java
11 11
/**
12 12
 * @author a.kohlbecker
13 13
 * @date May 10, 2013
14
 *
15 14
 */
16 15
public class AssumedMemoryRequirements {
17 16

  
......
41 40
     */
42 41
    private static final double FREE_HEAP = 1.25;
43 42

  
44

  
45
	/*
46
	 * JAVA 7
47
     * based on the PC value of the  jstat -gc output
48
     */
49
	public static final long PERM_GEN_SPACE_PER_INSTANCE = 55 * MB;
50
    public static final long PERM_GEN_SPACE_CDMSERVER = 20 * MB;
51

  
52 43
    /*
53 44
     * based on the HU value of the  jstat -gc output
54 45
     */

Also available in: Unified diff