summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run_server.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/run_server.sh b/scripts/run_server.sh
index 4e65e48..df6571a 100755
--- a/scripts/run_server.sh
+++ b/scripts/run_server.sh
@@ -3,5 +3,6 @@ export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt
export PYTHONDONTWRITEBYTECODE=1
export PYTHONPATH=$HOME/c/camu/src/portal/vendor/vendor
./src/fruits/cmsrv/cmsrv $@
+#valgrind --log-file=./server-valgrind.log ./src/fruits/cmsrv/cmsrv $@
+#cpulimit -l 1 ./src/fruits/cmsrv/cmsrv $@
#gdb -ex run --args ./src/fruits/cmsrv/cmsrv $@
-#valgrind ./src/fruits/cmsrv/cmsrv $@