Skip to content

Commit 0060fa2

Browse files
dev
1 parent ab5e415 commit 0060fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controllers/SitemapController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SitemapController extends Controller
2626
*/
2727
public function actionOnRequest()
2828
{
29-
ini_set("memory_limit", "512M");
29+
ini_set("memory_limit", "1024M");
3030

3131
$result = [];
3232

0 commit comments

Comments
 (0)