Commit 4743a73
committed
Suggestion to set -F1.25
The -F RTS param is used to indicate the next old generation heap size
after a collect. By default the parameter is 2. This means, when your
heap is 2 GB after old generation collect, heap will be sized to 4 GB
next time. This might be excessive for small memory devices. -F1.25
means the next heap will scale to 125% of the old generation live
memory.1 parent 81fdcfd commit 4743a73
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
0 commit comments