Skip to content

Commit

Permalink
Merge pull request #151 from acquia/ACMS-3502
Browse files Browse the repository at this point in the history
ACMS-3502: Update README.md
  • Loading branch information
vishalkhode1 committed Apr 26, 2024
2 parents e2d63f3 + 1a7fcae commit 5faef5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -25,3 +25,7 @@ Run the following command to to set up site:
```
./vendor/bin/acms acms:install
```

###### Note: Starter kit enable modules in bulk during installation which required minimum PHP memory limit to be 256M.

Check memory_limit using command `php -i | grep "memory_limit"`,If php memory limit is less than 256 then locate php.ini file and update memory_limit to 256

0 comments on commit 5faef5f

Please sign in to comment.