Skip to content

Commit f99b632

Browse files
committed
Removes memory limit from git-deploy.
1 parent 90f78c7 commit f99b632

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

git-deploy

-4 Bytes
Binary file not shown.

tools/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
ini_set('memory_limit', '256M');
4+
ini_set('memory_limit', '-1');
55
Phar::mapPhar("git-deploy");
66

77
/**

0 commit comments

Comments
 (0)