Skip to content

Commit

Permalink
Need to bump MAXJOBS to 256.
Browse files Browse the repository at this point in the history
Having to move to larger smp clusters so need more build
parallelism.
  • Loading branch information
Belcourt committed Jan 29, 2014
1 parent ba7c16e commit 0ef40cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/jam.h
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
#define MAXSYM 1024 /* longest symbol in the environment */
#define MAXJPATH 1024 /* longest filename */

#define MAXJOBS 64 /* internally enforced -j limit */
#define MAXJOBS 256 /* internally enforced -j limit */
#define MAXARGC 32 /* words in $(JAMSHELL) */

/* Jam private definitions below. */
Expand Down

0 comments on commit 0ef40cb

Please sign in to comment.