This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-characterization.git
The following commit(s) were added to refs/heads/master by this push:
new 89dfcba Update ThetaSpeedJob.conf
89dfcba is described below
commit 89dfcba792062cc75197363aace40086c3d6c656
Author: Lee Rhodes <[email protected]>
AuthorDate: Mon Oct 21 13:58:28 2019 -0700
Update ThetaSpeedJob.conf
---
src/main/resources/theta/ThetaSpeedJob.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/theta/ThetaSpeedJob.conf
b/src/main/resources/theta/ThetaSpeedJob.conf
index be57c1d..8884d59 100644
--- a/src/main/resources/theta/ThetaSpeedJob.conf
+++ b/src/main/resources/theta/ThetaSpeedJob.conf
@@ -39,8 +39,8 @@ ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
#Job Profile
JobProfile=org.apache.datasketches.characterization.theta.ThetaUpdateSpeedProfile
LgK=12
-THETA_lgRF=0 #set the log resize factor to 0 (RF = X1)
-THETA_famName=QUICKSELECT #QUICKSELECT Cannot use ALPHA until 0.10.4
+THETA_lgRF=3 #set the log resize factor: 0 (RF = X1), 1 (RF = X2), 2 (RF =
X4), 3 (RF = X8)
+THETA_famName=QUICKSELECT # QUICKSELECT or ALPHA
THETA_p=1.0
-THETA_offheap=true
+THETA_offheap=false
THETA_rebuild=false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]