Merge pull request #2083 from bimbashrestha/quick1
[nit] Adding missing newline at end of patch-from recommendationsdev
commit
c6311584aa
|
@ -814,7 +814,7 @@ static void FIO_adjustParamsForPatchFromMode(FIO_prefs_t* const prefs,
|
||||||
}
|
}
|
||||||
if (cParams.strategy >= ZSTD_btopt) {
|
if (cParams.strategy >= ZSTD_btopt) {
|
||||||
DISPLAYLEVEL(1, "[Optimal parser notes] Consider the following to improve patch size at the cost of speed:\n");
|
DISPLAYLEVEL(1, "[Optimal parser notes] Consider the following to improve patch size at the cost of speed:\n");
|
||||||
DISPLAYLEVEL(1, "- Use --single-thread mode in the zstd cli");
|
DISPLAYLEVEL(1, "- Use --single-thread mode in the zstd cli\n");
|
||||||
DISPLAYLEVEL(1, "- Set a larger targetLength (eg. --zstd=targetLength=4096)\n");
|
DISPLAYLEVEL(1, "- Set a larger targetLength (eg. --zstd=targetLength=4096)\n");
|
||||||
DISPLAYLEVEL(1, "- Set a larger chainLog (eg. --zstd=chainLog=31)\n");
|
DISPLAYLEVEL(1, "- Set a larger chainLog (eg. --zstd=chainLog=31)\n");
|
||||||
DISPLAYLEVEL(1, "Also consdier playing around with searchLog and hashLog\n");
|
DISPLAYLEVEL(1, "Also consdier playing around with searchLog and hashLog\n");
|
||||||
|
|
Loading…
Reference in New Issue