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

Exception: System.OutOfMemoryException #13

Open
flashzer0 opened this issue Aug 31, 2020 · 1 comment
Open

Exception: System.OutOfMemoryException #13

flashzer0 opened this issue Aug 31, 2020 · 1 comment

Comments

@flashzer0
Copy link

[ERROR] Failed to process
Exception: System.OutOfMemoryException
Message: Eine Ausnahme vom Typ "System.OutOfMemoryException" wurde ausgelöst.
Stacktrace: bei TonieFile.TonieAudio.BuildFromFiles(List`1 sourceFiles, UInt32 audioId, Int32 bitRate, Boolean useVbr, String prefixLocation)
bei TonieFile.TonieAudio..ctor(String[] sources, UInt32 audioId, Int32 bitRate, Boolean useVbr, String prefixLocation)
bei Teddy.Program.Main(String[] args)

After Encoding some Folders, the "Teddy.exe" aborts at the End. Tried with 2 different PC`s and decreased the Bitrate and CBR to VBR. Is it possible that the Filesize is maxed out?

@marphi1602
Copy link

how many files did you try to encode / how big were the files? the files will be generated into the memory and the memory stream seems to be limited to 2gb.

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

2 participants