mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
increase number of huge pages
This commit is contained in:
parent
de601a10f5
commit
fd7050a372
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -16,7 +16,7 @@
|
|||
|
||||
/** Number of hugepages which are requested from the the kernel.
|
||||
* @see https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt */
|
||||
#define DEFAULT_NR_HUGEPAGES 25
|
||||
#define DEFAULT_NR_HUGEPAGES 100
|
||||
|
||||
/** Width of log output in characters */
|
||||
#define LOG_WIDTH 132
|
||||
|
|
Loading…
Add table
Reference in a new issue