Repository: airavata-php-gateway Updated Branches: refs/heads/master 363264005 -> c04755b57
fixing AIRAVATA-1754 Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/ccd5a937 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/ccd5a937 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/ccd5a937 Branch: refs/heads/master Commit: ccd5a93707fa8d83f5f780e257dce72226c16269 Parents: 3632640 Author: Supun Nakandala <[email protected]> Authored: Thu Jul 9 01:11:46 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Thu Jul 9 01:11:46 2015 +0530 ---------------------------------------------------------------------- app/config/pga_config.php.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/ccd5a937/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index ad94dcb..0721b57 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -124,7 +124,7 @@ return array( /** * Default total core count */ - 'total-cpu-count' => '4', + 'total-cpu-count' => '16', /** * Default wall time limit
