Skip to content
Snippets Groups Projects
Commit 1d189db8 authored by Andrew McNab's avatar Andrew McNab
Browse files

Sync

parent b895be74
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ try:
except:
pass
else:
# Safer to assume powers of 1000 rather than 1024
if rssUnit == 'gb':
jobfeatures['max_rss_bytes'] = rssInt * 1000000000
elif rssUnit == 'mb':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment