GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 8 forks source link

[Feature] Bump PHP CLI memory limit #11765

Closed petertgiles closed 5 days ago

petertgiles commented 5 days ago

🤖 Resolves #11764

👋 Introduction

Bumps the memory limit of the PHP CLI configuration to 256MB.

🕵️ Details

🧪 Testing

:house: Locally

  1. Rebuild your web server image: docker compose build
  2. "UP" your docker composer network and shell into the webserver container.
  3. php -i | grep 'memory_limit'

:cloud: Azure

[!TIP] This is deployed to the DEV vertical right now.

  1. Deploy to Azure DEV or UAT
  2. SSH into the app service
  3. php -i | grep 'memory_limit'

    📸 Screenshot

image