You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
328 B
11 lines
328 B
[
|
|
{% for product in bm_mem_alloc_rules.keys() | list %}
|
|
{
|
|
"product":"{{ product }}",
|
|
"defaultHeap":"{{ bm_mem_alloc_rules[product].heap }}",
|
|
"defaultDirect":"{{ bm_mem_alloc_rules[product].direct }}",
|
|
"sparePercent":{{ bm_mem_alloc_rules[product].spare }}
|
|
}{% if not loop.last %},{% endif %}
|
|
|
|
{% endfor %}
|
|
]
|
|
|