diff --git a/required_files/run.sh b/required_files/run.sh index eb285c9..99877cd 100755 --- a/required_files/run.sh +++ b/required_files/run.sh @@ -21,10 +21,6 @@ sed -i -e "s/ThreadsPerQuery = 4/ThreadsPerQuery = $total_threads/g" echo $(date +%H:%M:%S.%N | cut -b1-12)" : Adjusted AsyncQueueMaxThreads="$total_threads echo $(date +%H:%M:%S.%N | cut -b1-12)" : Adjusted ThreadsPerQuery="$total_threads -#test -cpu_cores=$(cat /proc/cpuinfo | grep "cpu cores" | head -n 1) -echo $(date +%H:%M:%S.%N | cut -b1-12)" : cpu_cores="$cpu_cores - echo $(date +%H:%M:%S.%N | cut -b1-12)" : Starting OpenLink Virtuoso Universal Server..." virtuoso-t -f > /versioning/virtuoso_run.log 2>&1 & seconds_passed=0 diff --git a/system/run.sh b/system/run.sh index 23c72dd..ebcb82e 100755 --- a/system/run.sh +++ b/system/run.sh @@ -21,10 +21,6 @@ sed -i -e "s/ThreadsPerQuery = 4/ThreadsPerQuery = $total_threads/g" echo $(date +%H:%M:%S.%N | cut -b1-12)" : Adjusted AsyncQueueMaxThreads="$total_threads echo $(date +%H:%M:%S.%N | cut -b1-12)" : Adjusted ThreadsPerQuery="$total_threads -#test -cpu_cores=$(cat /proc/cpuinfo | grep "cpu cores" | head -n 1) -echo $(date +%H:%M:%S.%N | cut -b1-12)" : cpu_cores="$cpu_cores - echo $(date +%H:%M:%S.%N | cut -b1-12)" : Starting OpenLink Virtuoso Universal Server..." virtuoso-t -f > /versioning/virtuoso_run.log 2>&1 & seconds_passed=0