Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

blt acsf:init should be able to increase its memory usage #777

Closed
nikgregory opened this issue Dec 9, 2016 · 2 comments
Closed

blt acsf:init should be able to increase its memory usage #777

nikgregory opened this issue Dec 9, 2016 · 2 comments
Assignees
Labels
Enhancement A feature or feature request

Comments

@nikgregory
Copy link
Contributor

It we add the following to the acsf:init task
<echo>Increasing memory allocation to 2G</echo> <php expression="ini_set('memory_limit', '2G');"/>
or even better use a property which we default to some reasonable value
<echo>Increasing memory allocation to ${php.mem_limit}</echo> <php expression="ini_set('memory_limit', '${php.mem_limit}');"/>
users will not need to modify their php.ini for acsf:init to work.

This is especially useful in a pipeline build where there is no access to the php.ini

@nikgregory nikgregory added the Enhancement A feature or feature request label Dec 9, 2016
@nikgregory
Copy link
Contributor Author

PR: #780

@nikgregory nikgregory self-assigned this Dec 9, 2016
@grasmash
Copy link
Contributor

Closed #780

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Enhancement A feature or feature request
Projects
None yet
Development

No branches or pull requests

2 participants