Skip to content

Commit 45eb7d4

Browse files
committed
Fixes an issue that could cause problems deploying large projects.
1 parent 51bdc3c commit 45eb7d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-deploy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
ini_set('memory_limit', '256M');
4+
35
function main() {
46
$args = Config::getArgs();
57
$servers = Config::getServers($args['config_file']);

0 commit comments

Comments
 (0)