hi:
    When I started using spdk, the program failed to start.
    
    The output is as follows:
        EAL: Detected 24 lcore(s)
        EAL: No free hugepages reported in hugepages-1048576kB
        EAL: Probing VFIO support...
        EAL: Can only reserve 424 pages from 448 requested
        Current CONFIG_RTE_MAX_MEMSEG=256 is not enough
        Please either increase it or request less amount of memory.
        PANIC in rte_eal_init():
        Cannot init memory

    Restart the server, this problem will be solved.
    Are there any other solutions?


tianyang@fusionstack.cn