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

Out of memory in IE11 #7

Open
Kagami opened this issue Aug 27, 2015 · 0 comments
Open

Out of memory in IE11 #7

Kagami opened this issue Aug 27, 2015 · 0 comments
Labels

Comments

@Kagami
Copy link
Owner

Kagami commented Aug 27, 2015

IE11 doesn't like the current memory defaults (128M for decoder, 256M for encoder) and fails when trying to encode more than 1 second of sample (0.1 second works fine). VM has 8G of memory.

Currently I set TOTAL_MEMORY to 64M for IE <= 11, but it may be worth to search for better defaults/solution. Unfortunately we can't make this fully customizable because file prober runs at the startup and IE11 still fails on 128M decoder + 64M encoder.

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