Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
72fc5d9a
Commit
72fc5d9a
authored
Jun 22, 2021
by
Jelmer Vernooij
Committed by
Holger Levsen
Jun 22, 2021
Browse files
Use ulimit to restrict jobs to 20Gb of virtual memory.
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
b4080adf
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/janitor_worker.sh
View file @
72fc5d9a
...
@@ -10,6 +10,9 @@ export TMPDIR=/srv/janitor/tmp
...
@@ -10,6 +10,9 @@ export TMPDIR=/srv/janitor/tmp
export
PATH
=
$WORKSPACE
/breezy-debian/scripts:
$WORKSPACE
/debmutate/scripts:
$WORKSPACE
/lintian-brush/scripts:
$PATH
export
PATH
=
$WORKSPACE
/breezy-debian/scripts:
$WORKSPACE
/debmutate/scripts:
$WORKSPACE
/lintian-brush/scripts:
$PATH
# Limit memory to 20GB
ulimit
-v
20000000
$WORKSPACE
/pull_worker.sh
\
$WORKSPACE
/pull_worker.sh
\
--base-url
=
https://janitor.debian.net/api/
\
--base-url
=
https://janitor.debian.net/api/
\
--credentials
=
/srv/janitor/janitor.creds.json
--credentials
=
/srv/janitor/janitor.creds.json
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment