Skip to content

Commit

Permalink
remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapako committed Apr 13, 2018
1 parent 0bd8506 commit 0ef39a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions required_files/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions system/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ef39a1

Please sign in to comment.