NCPU to 4
This commit is contained in:
parent
265a388c93
commit
97c13200d2
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -2,7 +2,7 @@
|
||||||
* Number of CPU's For now, this is hard-coded here. It will likely be
|
* Number of CPU's For now, this is hard-coded here. It will likely be
|
||||||
* dynamically discovered in the future.
|
* dynamically discovered in the future.
|
||||||
*/
|
*/
|
||||||
#define NCPU 3
|
#define NCPU 4
|
||||||
|
|
||||||
/* Maximum number of files open */
|
/* Maximum number of files open */
|
||||||
#define NOFILE 10
|
#define NOFILE 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue