#!/bin/tcsh # Run the back end for the generic TIQ. This allows the grid tester window, # the history window, etc. killall -q tikiller-live 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 # This version of the script will read the candle data directly from the # database. ./tikiller-live -f ../../live_server/id-10-t_config_common.txt -f config_id-10-t.txt >&output.txt