mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
increase the number of cores
This commit is contained in:
parent
a2c2e3a7be
commit
c045e3d5f2
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define MAX_CORES 128
|
||||
#define MAX_TASKS 16
|
||||
#define MAX_CORES 64
|
||||
#define MAX_TASKS (MAX_CORES*2+2)
|
||||
#define MAX_ISLE 8
|
||||
#define MAX_FNAME 128
|
||||
#define TIMER_FREQ 100 /* in HZ */
|
||||
|
|
Loading…
Add table
Reference in a new issue