rundaca: increase cpu limit
This commit is contained in:
parent
d3f0f7ff12
commit
95d8534d89
|
@ -27,7 +27,7 @@ def compilecppcheck(CPPFLAGS):
|
||||||
def runcppcheck(rev, folder):
|
def runcppcheck(rev, folder):
|
||||||
subprocess.call(['rm', '-rf', os.path.expanduser('~/daca2/' + folder)])
|
subprocess.call(['rm', '-rf', os.path.expanduser('~/daca2/' + folder)])
|
||||||
subprocess.call(['nice', '--adjustment=19', 'python',
|
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):
|
def daca2report(reportfolder):
|
||||||
|
|
Loading…
Reference in New Issue