Skip to content
Snippets Groups Projects
Commit 37b311d2 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Don't set a memory limit for the CLI php.ini

parent 1c3c4a9b
No related branches found
No related tags found
No related merge requests found
......@@ -73,12 +73,6 @@ replace_or_add 'Increase memory limit' do
line 'memory_limit = 256M'
end
replace_or_add 'Increase memory limit - CLI' do
path '/etc/php5/cli/php.ini'
pattern 'memory_limit = 128M'
line 'memory_limit = 256M'
end
replace_or_add 'Increase upload size limit' do
path '/etc/php5/apache2/php.ini'
pattern 'upload_max_filesize = 2M'
......
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