Skip to content

Commit

Permalink
Bumped build_packager script memory limit (ubccr#118)
Browse files Browse the repository at this point in the history
* Bumped build_packager memory limit

- When executing a local deploy ( as opposed to pulling down the source from a
  git repo ) this script consistently runs out of memory. Bumping the limit to
  256M alleviates this issue.

* Removed Memory Limit for build_package.php script

- Updated per code review comment by @jtpalmer
  • Loading branch information
ryanrath authored and jtpalmer committed May 11, 2017
1 parent 942585d commit 572b7a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions open_xdmod/build_scripts/build_package.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

require_once __DIR__ . '/../../configuration/linker.php';

ini_set('memory_limit', -1);

use CCR\Log;
use OpenXdmod\Build\Packager;

Expand Down

0 comments on commit 572b7a9

Please sign in to comment.