• Mike Rapoport's avatar
    zdtm/thp_disable: increase memory size to 2M · f487c965
    Mike Rapoport authored
    Somehow in travis tests the mmap of 8K gets "rounded" down and the actual
    VMA starts 4K below the returned address. This causes /proc/pid/smaps
    parsing to fail.
    
    Increasing the allocation size to 2M seems to resolve the problem and until
    the root cause is identified it looks like a viable workaround.
    Signed-off-by: 's avatarMike Rapoport <rppt@linux.ibm.com>
    f487c965
thp_disable.c 1.35 KB