0

I am trying to install quick setup of theme also did but css and js is not loading so i run command. php bin/magento setup:static-content:deploy -f but every time getting error like memory error and also getting error related to execution time is there any solution?

4
  • Which type of memory error ? Commented Feb 14, 2018 at 11:05
  • now having execution time error Commented Feb 14, 2018 at 11:11
  • Which execution time error ? Commented Feb 14, 2018 at 11:21
  • only execution time error not any type Commented Feb 14, 2018 at 11:36

1 Answer 1

0

You can pass memory limit parameter.

php -dmemory_limit=6G
bin/magento setup:static-content:deploy
1
  • i try this working.but now i am getting error for execution time now Commented Feb 14, 2018 at 11:34

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.