From fa1c6af8985bc124b04581dd1289aaa7330eef9a Mon Sep 17 00:00:00 2001 From: Astor Bizard Date: Tue, 17 May 2022 15:10:16 +0200 Subject: [PATCH] Removed extra memory for graphs (was added two times and led to long loading time). --- views/previoussubmissionslist.php | 1 - 1 file changed, 1 deletion(-) diff --git a/views/previoussubmissionslist.php b/views/previoussubmissionslist.php index a19f254..813dbfa 100644 --- a/views/previoussubmissionslist.php +++ b/views/previoussubmissionslist.php @@ -85,7 +85,6 @@ if ($vpl->has_capability(VPL_GRADE_CAPABILITY) && !optional_param('nograph', 0, document.getElementById("mod_vpl-graph-error-message").classList.remove("d-none"),0); '; echo ''; - raise_memory_limit(MEMORY_EXTRA); $grapher = new vpl_grapher($vpl, $userid); $grapher->draw_files_evolution_graph(); $grapher->draw_working_periods_graph(); -- GitLab