Skip to content
Snippets Groups Projects
Commit b16ba039 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3246522 by yas, baldwinlouie: Allocate the memory (memory_limit = -1)...

Issue #3246522 by yas, baldwinlouie: Allocate the memory (memory_limit = -1) to run Cloud Orchestrator distribution
parent 6b4a2f6f
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ Resources:
php_extras=/etc/php/7.4/apache2/conf.d/extras.ini
sudo tee $php_extras > /dev/null <<EOF
memory_limit = 256M
memory_limit = -1
max_execution_time = 600
EOF
......
......@@ -283,7 +283,7 @@ Resources:
php_extras=/etc/php/7.4/apache2/conf.d/extras.ini
sudo tee $php_extras > /dev/null <<EOF
memory_limit = 256M
memory_limit = -1
max_execution_time = 600
EOF
......
......@@ -294,7 +294,7 @@ Resources:
php_extras=/etc/php/7.4/apache2/conf.d/extras.ini
sudo tee $php_extras > /dev/null <<EOF
memory_limit = 256M
memory_limit = -1
max_execution_time = 600
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment