File: constants.py

package info (click to toggle)
siridb-server 2.0.53-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,612 kB
  • sloc: ansic: 47,501; python: 6,263; sh: 254; makefile: 149
file content (17 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEST_DIR = './testdir'
PYGRAMMAR_PATH = '../grammar'
SIRIDBC = '../{BUILDTYPE}/siridb-server'
SERVICE = '/usr/local/bin/siridb-admin'
VALGRIND = 'valgrind' \
  ' --tool=memcheck' \
  ' --error-exitcode=1' \
  ' --leak-check=full' \
  ' --show-leak-kinds=all' \
  ' --track-origins=yes' \
  ' -v '
VALGRIND = 'valgrind' \
  ' --tool=memcheck'  \
  ' --error-exitcode=1' \
  ' --leak-check=full '

MAX_OPEN_FILES = 512    # Default value is 32768 but with valgrind 512 is max