Changeset 48


Ignore:
Timestamp:
02/16/12 20:39:37 (12 years ago)
Author:
phdmakk
Message:
  • set smaller initial heap size
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.etsi.common/src/org/etsi/common/MemoryTest.java

    r45 r48  
    88        public static void main(String[] args) { 
    99                try { 
    10                         int heap = 1024; 
     10                        int heap = 512; 
    1111                        int heapIncrement = 128; 
    1212                        while(startSecondJVM(heap+heapIncrement)==0){ 
Note: See TracChangeset for help on using the changeset viewer.