We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
at step docker-compose run --rm deploy cloud-deploy
docker-compose run --rm deploy cloud-deploy
I am getting an error
`storage-driver=file -n --ansi --no-interaction" failed. mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
In Processor.php line 129:
The command "php -dmemory_limit=-1 ./bin/magento setup:config:set --remote-storage-driver=file -n --ansi --no-interaction" failed. mmap() failed: [12] Cannot allocate memory
In Shell.php line 86:
run ...
returned non-zero exit status 255 `
The text was updated successfully, but these errors were encountered:
Closing it seems to duplicate. I will track progress here #326
Sorry, something went wrong.
No branches or pull requests
Preconditions
Steps to reproduce
https://devdocs.magento.com/cloud/docker/docker-development.html
at step
docker-compose run --rm deploy cloud-deploy
I am getting an error
`storage-driver=file -n --ansi --no-interaction" failed. mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
In Processor.php line 129:
The command "php -dmemory_limit=-1 ./bin/magento setup:config:set --remote-storage-driver=file -n --ansi
--no-interaction" failed. mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
In Shell.php line 86:
The command "php -dmemory_limit=-1 ./bin/magento setup:config:set --remote-storage-driver=file -n --ansi
--no-interaction" failed. mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
run ...
returned non-zero exit status 255
`
Expected result
Actual result
also, elastic search container is automatically killed during deployment command
The text was updated successfully, but these errors were encountered: