Replies: 1 comment
-
Hello @zazuui2 please note that this generation of Intel CPUs is not supported by Firedancer. It is recommended to run Firedancer on Intel Icelake or newer, or AMD Zen 2 or newer. The reason for this error is that your host does not support gigantic pages (aka 1 GiB huge pages). You can disable gigantic pages as follows:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi i installed fresh Debian 11 server. But i get that while running that command;
sudo ./build/native/gcc/bin/fdctl configure init all --config ~/config.toml
system configiration
24 CPUs x Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
128GB RAM
1 TB nvme SSD disk
firedancer@debian:~/firedancer$ sudo ./build/native/gcc/bin/fdctl configure init all --config ~/config.toml Log at "/tmp/fd-0.0.0_142486_firedancer_debian_2024_09_24_02_13_44_088905752_GMT_05" NOTICE 09-24 02:13:44.091154 142486 f0 main src/app/fdctl/configure/configure.c(89): hugetlbfs ... unconfigured ... mounts
/mnt/.fd/.hugeand
/mnt/.fd/.giganticdo not exist NOTICE 09-24 02:13:44.091228 142486 f0 main src/app/fdctl/configure/configure.c(106): hugetlbfs ... configuring ERR 09-24 02:13:50.058304 142486 f0 main src/app/fdctl/utility.c(151): please confirm your host is configured for gigantic pages, fopen failed
/sys/devices/system/node/node0/hugepages/hugepages-1048576kB/free_hugepages(2-ENOENT-no such file or directory)
Beta Was this translation helpful? Give feedback.
All reactions