Disable psset test when hugepage size is too large.

This commit is contained in:
Guangli Dai 2024-12-11 15:24:26 -08:00 committed by Qi Wang
parent a17385a882
commit 587676fee8
3 changed files with 19 additions and 1 deletions

View file

@ -151,6 +151,7 @@ struct hpa_shard_s {
nstime_t last_purge;
};
bool hpa_hugepage_size_exceeds_limit();
/*
* Whether or not the HPA can be used given the current configuration. This is
* is not necessarily a guarantee that it backs its allocations by hugepages,