diff --git a/hpc/hq_scripts/job.sh b/hpc/hq_scripts/job.sh index aae949c..b55d97a 100755 --- a/hpc/hq_scripts/job.sh +++ b/hpc/hq_scripts/job.sh @@ -1,6 +1,7 @@ #! /bin/bash #HQ --resource model=1 +#HQ --cpus=1 #HQ --time-request=1m #HQ --time-limit=2m #HQ --stdout none @@ -46,4 +47,4 @@ done mkdir -p "$load_balancer_dir/urls" echo "http://$host:$port" > "$load_balancer_dir/urls/url-$HQ_JOB_ID.txt" -sleep infinity # keep the job occupied \ No newline at end of file +sleep infinity # keep the job occupied