Changeset 48 for trunk/org.etsi.common/src/org/etsi/common/MemoryTest.java
- Timestamp:
- 02/16/12 20:39:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.etsi.common/src/org/etsi/common/MemoryTest.java
r45 r48 8 8 public static void main(String[] args) { 9 9 try { 10 int heap = 1024;10 int heap = 512; 11 11 int heapIncrement = 128; 12 12 while(startSecondJVM(heap+heapIncrement)==0){
Note: See TracChangeset
for help on using the changeset viewer.