Commit ab68e0e
Optimize for better memory footprint management.
Use a garbage collector (Parallel) that supports memory footprint
management :
- GCTimeRatio : Fraction of time (%) spent performing garbage collection
of total time
- AdaptiveSizePolicyWeight : The extent to which current GC times are
used when maintaining the timing goal as opposed to previous times
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>1 parent 4065df7 commit ab68e0e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments