When trying to upload an issue to Adobe DPS by using Content Station, the following error can sometimes appear (possibly multiple times):
Allowed memory size of x bytes exhausted (tried to allocate x bytes)
This can happen when the size of the PHP process exceeds the size that is configured.
To resolve this, follow these steps:
Step 1. Open the php.ini file in a plain-text editor.
Step 2. Increase the value of the following setting to a sufficient level:
; Maximum amount of memory a script may consume (8MB)
memory_limit = 512M
Notes:
(average size of the folios x the number of connections) + 100M
|
Step 3. Save the php.ini file.
Step 4. Restart the Web Server for the changes to take effect.
Step 5. Log out of Content Station and log back in.
Step 6. Try to upload the issue again.
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.