Too little shared memory causes some tests that use Selenium to fail when running locally in the development environment. This change fixes that. For consistency, the amount chosen (512MB) is the same amount as used by other applications for similar purpose.
Why
The problem was noticed when working on https://trello.com/c/IKHEtABq/p This change also allows for correct calculation of test coverage.
What
Too little shared memory causes some tests that use Selenium to fail when running locally in the development environment. This change fixes that. For consistency, the amount chosen (512MB) is the same amount as used by other applications for similar purpose.
Why
The problem was noticed when working on https://trello.com/c/IKHEtABq/p This change also allows for correct calculation of test coverage.