#!/bin/tcsh # Run the back end for the generic TIQ. This allows the grid tester window, # the history window, etc. killall -q tikiller-live sleep 5 limit coredumpsize unlimited # Raise the soft limit to match the hard limit. Typically that will change # from 1024 to 4096. However, if root gives us a higher hard limit, we # automatically take advantage of that. limit descriptors unlimited limit descriptors limit -h descriptors # This version of the script will read the candle data directly from the # database. ./tikiller-live -f ../../live_server/config_common.txt -f config_data_center.txt >&output.txt