Skip to content
Snippets Groups Projects
Verified Commit 302846b2 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

decrease max memory from 128 to 64

parent 4a475dbc
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ params {
// Max resource options
// Defaults only, expecting to be overwritten
max_memory = '128.GB'
max_memory = '64.GB'
max_cpus = 16
max_time = '240.h'
......
......@@ -423,7 +423,7 @@
"max_memory": {
"type": "string",
"description": "Maximum amount of memory that can be requested for any single job.",
"default": "128.GB",
"default": "64.GB",
"fa_icon": "fas fa-memory",
"pattern": "^\\d+(\\.\\d+)?\\.?\\s*(K|M|G|T)?B$",
"hidden": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment