{% extends 'layout.twig' %} {% block title %}P3X GitList{% endblock %} {% block body %} {% include 'navigation.twig' %}
Oops! {{ message }}
{% if error %}
It is possible, that for huge commits, you need to increase the PHP memory limit, or sometimes, reloading is working, when you are not using lot's of many PHP processes. I tried to make huge commits to work with 128MB, but given, my server is using many PHP processes, sometimes the 128MB is not enough.
{{ error | raw }}

{% endif %} You may go back to previous page. {% include 'footer.twig' %}
{% endblock %}