tool/build/compile.c add proquota -P assignment

P had the same assignment as F. This is now fixed so that it is
possible to increase the proquota (e.g. when trying to build on
systems that already be more than 1024 processes running).
This commit is contained in:
Tom Gillespie 2022-06-17 18:12:23 -07:00
parent 67b28b9af1
commit 2b61c27b1e

View file

@ -777,7 +777,7 @@ int main(int argc, char *argv[]) {
ccversion = atoi(optarg);
break;
case 'P':
fszquota = sizetol(optarg, 1000);
proquota = sizetol(optarg, 1024);
break;
case 'F':
fszquota = sizetol(optarg, 1000);