{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_hugepage_memory_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:updatememory' host_id %}{% endblock %} {% block modal-header %}{% trans "Update Memory Allocation" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "From here you can update the platform reserved memory and the number of application hugepages per numa node." %}

{% endblock %} {% block modal-footer %} Cancel {% endblock %}