buyingyi | 98e9a9b | 2013-03-10 21:24:35 +0000 | [diff] [blame^] | 1 | #The tmp directory for nc to install jars |
2 | NCTMP_DIR2=/tmp/t-1 | ||||
3 | |||||
4 | #The directory to put nc logs | ||||
5 | NCLOGS_DIR2=$NCTMP_DIR/logs | ||||
6 | |||||
7 | #Comma separated I/O directories for the spilling of external sort | ||||
8 | IO_DIRS2="/tmp/t-2,/tmp/t-3" | ||||
9 | |||||
10 | #NC JAVA_OPTS | ||||
11 | NCJAVA_OPTS2="-Xdebug -Xrunjdwp:transport=dt_socket,address=7003,server=y,suspend=n -Xmx1g -Djava.util.logging.config.file=logging.properties" | ||||
12 |