mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
increase the default number of cores
This commit is contained in:
parent
0960879881
commit
78e59f62f7
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define MAX_CORES 256
|
||||
#define MAX_CORES 512
|
||||
#define MAX_TASKS (MAX_CORES*2+2)
|
||||
#define MAX_ISLE 8
|
||||
#define MAX_FNAME 128
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6bed2ef66e9b197b01891b6d58b335897519a932
|
||||
Subproject commit 02dec1c10329a30b13ece4c21af578ce797bda7a
|
Loading…
Add table
Reference in a new issue