summaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-06 11:17:09 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-06 11:17:09 +0000
commit02789e41608d4918760f15100446287e2ce1f3c7 (patch)
tree3204831ceb4f4494ab0c6ac3f6d5c51e2f5b20dc /vespabase
parentb1a83981ec2311620d7a495526df1b907156c482 (diff)
Clean up some old junk
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/start-cbinaries.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/vespabase/src/start-cbinaries.sh b/vespabase/src/start-cbinaries.sh
index 27a2b2cf4ae..895821858b0 100755
--- a/vespabase/src/start-cbinaries.sh
+++ b/vespabase/src/start-cbinaries.sh
@@ -64,23 +64,11 @@ bname=`basename $0`
no_valgrind=true
use_callgrind=false
-if [ "$bname" = "storaged" ] || [ "$bname" = "distributord" ]; then
- memorySize=${vespa_storageserver__virtual_memory_size}
- if [ "$memorySize" ]; then
- log_debug_message "vespa_storageserver.virtual_memory_size set to $memorySize, running: ulimit -v $memorySize"
- ulimit -v $memorySize
- fi
-fi
-
if [ "$bname" = "filedistributor" ]; then
VESPA_USE_VALGRIND=""
VESPA_VALGRIND_OPT=""
fi
-if [ "$bname" = "vespafeeder-old" ] || [ "$bname" = "vdsfeeder" ]; then
- export VESPA_LOG_LEVEL="all -spam -debug -config -info -event"
-fi
-
case $VESPA_VALGRIND_OPT in
*callgrind*) use_callgrind=true;;
esac