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

PHP error when processing big videos #4663

Open
AlexTr opened this issue Mar 11, 2024 · 0 comments
Open

PHP error when processing big videos #4663

AlexTr opened this issue Mar 11, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@AlexTr
Copy link
Contributor

AlexTr commented Mar 11, 2024

(PHP Fatal error: Allowed memory size 4294967296 bytes exhausted (attempted to allocate 2548056064 bytes) in /.../inc/utils. inc.php on line 1054)

the relevant line from utils.inc.php:

$sResult = curl_exec($rConnect);

it's better to remake downloading routine to download by chunks to avoid high memory usage.

@AlexTr AlexTr added the bug label Mar 11, 2024
@AlexTr AlexTr added this to the 14.0.0-A4 milestone Mar 11, 2024
@AlexTr AlexTr self-assigned this Mar 11, 2024
@AlexTr AlexTr modified the milestones: 14.0.0-B1, 14.0.0-B2 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant