Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create awareness that user may need to increase memory limit #56

Open
eteubert opened this issue Dec 25, 2024 · 0 comments
Open

Create awareness that user may need to increase memory limit #56

eteubert opened this issue Dec 25, 2024 · 0 comments

Comments

@eteubert
Copy link
Member

Only affects the import path.

When uploading the audio file, the receiving WordPress instance needs to be able to hold the whole file in RAM before saving it. Some files may be too large for default configurations. The workaround is:

# wp-config.php
define( 'WP_MEMORY_LIMIT', '512M' );

Currently the imports just fail if WP runs out of memory. The user should be made aware of this workaround, possibly even before starting the import if we detect large (>60MB?) files in the feed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant