Skip to content

Commit

Permalink
Removed unnecessary exit from memhog.c
Browse files Browse the repository at this point in the history
Solves issue numactl#50
Signed-off-by: Sanskriti sharma <sansharm@redhat.com>
  • Loading branch information
Sanskriti Sharma committed Nov 28, 2018
1 parent 6a41846 commit 156c578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion memhog.c
Expand Up @@ -100,7 +100,6 @@ int main(int ac, char **av)
length = memsize(av[1]);
if (av[2] && numa_available() < 0) {
printf("Kernel doesn't support NUMA policy\n");
exit(1);
} else
loose = 1;
policy = parse_policy(av[2], av[3]);
Expand Down

0 comments on commit 156c578

Please sign in to comment.