Commit a625fe4
committed
Increase PHP memory limit
Currently, some users of permanent have folders large enough that
retrieving all their contents via the API causes PHP to run out of
memory. The correct way to fix this is to paginate those API calls, but
as a hotfix, this commit increases the memory limit so users will still
be able to access their files.
Since this commit adds a patch for the php.ini config file, it also
includes the update to gc_maxlifetime that we've historically made
manually on every deploy.1 parent 77b4fd6 commit a625fe4
File tree
2 files changed
+23
-0
lines changed- provisioners
- templates/etc/php/8.3/fpm/php.ini
2 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
| 160 | + | |
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments