Skip to content
Snippets Groups Projects
Commit 974878cd authored by Morris Jette's avatar Morris Jette
Browse files

Change kmem value from 32 to 64-bit

The kmem limit was added in commit 084c9308
parent bc099c7c
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ typedef struct slurm_cgroup_conf { ...@@ -67,7 +67,7 @@ typedef struct slurm_cgroup_conf {
bool constrain_kmem_space; bool constrain_kmem_space;
float allowed_kmem_space; float allowed_kmem_space;
float max_kmem_percent; float max_kmem_percent;
uint32_t min_kmem_space; uint64_t min_kmem_space;
bool constrain_swap_space; bool constrain_swap_space;
float allowed_swap_space; float allowed_swap_space;
......
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