Skip to content

Commit a10a1b1

Browse files
tsarvelarli9
authored andcommitted
jobs/nvml.yaml: increase pmempool-non-pmem memory req to 10GB
On 8GiB testbox test pmempool-non-pmem OOMs due to large unevictable memory amount. 10GiB should be enough, as on 16GB host FreeMem was 6.5GiB lowest during testing. Signed-off-by: Tomi Sarvela <tomi.p.sarvela@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
1 parent 03d7186 commit a10a1b1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

jobs/nvml.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ nvml:
2222
- set
2323
- unicode
2424
- valgrind
25-
- pmempool
2625
- util
2726

2827
---
@@ -37,3 +36,10 @@ nvml:
3736
- pmem
3837
- traces
3938
- util
39+
40+
---
41+
need_memory: 10G
42+
nvml:
43+
test: non-pmem
44+
group:
45+
- pmempool

0 commit comments

Comments
 (0)