diff options
| author | Anthony Goubard <anthony.goubard@japplis.com> | 2024-01-16 22:10:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-16 22:10:38 +0100 |
| commit | e4b717e1a4cb6ef9f2a6cbd2265a7411aa0f5ebf (patch) | |
| tree | 5a89be91060a7f966f490cc71b0adcdd622e15cf /calculate_average_japplis.sh | |
| parent | 7bd2df7c590773a497e1c67f86b8f7c91173e657 (diff) | |
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
Diffstat (limited to 'calculate_average_japplis.sh')
| -rwxr-xr-x | calculate_average_japplis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 $* |
