mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-09 19:30:29 +00:00
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:
parent
67b28b9af1
commit
2b61c27b1e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue