rundaca: increase cpu limit

This commit is contained in:
Daniel Marjamäki 2018-01-02 22:01:39 +01:00
parent d3f0f7ff12
commit 95d8534d89
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def compilecppcheck(CPPFLAGS):
def runcppcheck(rev, folder):
subprocess.call(['rm', '-rf', os.path.expanduser('~/daca2/' + folder)])
subprocess.call(['nice', '--adjustment=19', 'python',
os.path.expanduser('~/cppcheck/tools/daca2.py'), '--cpulimit=60', folder, '--rev=' + rev])
os.path.expanduser('~/cppcheck/tools/daca2.py'), '--cpulimit=90', folder, '--rev=' + rev])
def daca2report(reportfolder):