Changeset 50


Ignore:
Timestamp:
02/21/12 01:29:20 (12 years ago)
Author:
phdmakk
Message:
  • adjusted result one step down to avoid borderline case crashes
File:
1 edited

Legend:

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

    r48 r50  
    1313                                heap+=heapIncrement; 
    1414                        } 
    15                         System.out.println(heap); 
     15                        System.out.println(heap-2*heapIncrement); 
    1616                } catch (Exception e) { 
    1717                        // TODO Auto-generated catch block 
Note: See TracChangeset for help on using the changeset viewer.