From e4b717e1a4cb6ef9f2a6cbd2265a7411aa0f5ebf Mon Sep 17 00:00:00 2001 From: Anthony Goubard Date: Tue, 16 Jan 2024 22:10:38 +0100 Subject: Read file in multiple threads and String to Text (#427) * - Read file in multiple threads if available: 17" -> 15" locally - Changed String to BytesText with cache: 12" locally * - Fixed bug - BytesText to Text - More checks when reading the file * - Combining measurements should be thread safe - More readability changes --- calculate_average_japplis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calculate_average_japplis.sh') diff --git a/calculate_average_japplis.sh b/calculate_average_japplis.sh index 47ba3e7..38a5978 100755 --- a/calculate_average_japplis.sh +++ b/calculate_average_japplis.sh @@ -15,5 +15,5 @@ # limitations under the License. # -JAVA_OPTS="-Xmx2G" +JAVA_OPTS="" java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_japplis $* -- cgit v1.2.3