Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Force 1GB mem limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklul committed Apr 28, 2020
1 parent 3d5e48b commit b20d4e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class App
*
* @var string
*/
private $VERSION = '1.7.2';
private $VERSION = '1.7.3';

/**
* App update URL
Expand Down Expand Up @@ -251,6 +251,7 @@ class App
*/
public function __construct($arg = null)
{
ini_set('memory_limit', '1024M');
set_time_limit(0);
error_reporting(E_ERROR);

Expand Down

0 comments on commit b20d4e8

Please sign in to comment.