Skip to content
Snippets Groups Projects
Commit f1fb8f7e authored by Moe Jette's avatar Moe Jette
Browse files

Reduce min disk space for smaller laptop.

parent 01e3b77d
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ main (int argc, char *argv[]) ...@@ -52,7 +52,7 @@ main (int argc, char *argv[])
job_mesg. partition_key = "1234"; job_mesg. partition_key = "1234";
job_mesg. min_procs = 1; job_mesg. min_procs = 1;
job_mesg. min_memory = 64; job_mesg. min_memory = 64;
job_mesg. min_tmp_disk = 2034; job_mesg. min_tmp_disk = 256;
job_mesg. priority = 100; job_mesg. priority = 100;
job_mesg. shared = 0; job_mesg. shared = 0;
job_mesg. time_limit = 10; job_mesg. time_limit = 10;
......
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