We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bdc3c commit 45eb7d4Copy full SHA for 45eb7d4
git-deploy
@@ -1,5 +1,7 @@
1
<?php
2
3
+ini_set('memory_limit', '256M');
4
+
5
function main() {
6
$args = Config::getArgs();
7
$servers = Config::getServers($args['config_file']);
0 commit comments