Memory issue on encrypting large files #211
tobiasjungnickel
started this conversation in
General
Replies: 1 comment
-
A known issue #102 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When encrypting a "large" file (tested with 100M) our App's ShareExtension target using ObjPGP terminated due to memory issue. No error is thrown, only console output:
Message from debugger: Terminated due to memory issue
Program ended with exit code: 0
Steps to reproduce
Sample code to reproduce the issue:
class func encrypt(_ data: Data, addSignature sign: Bool, using keys: [Key], passphraseForKey passphraseBlock: ((Key) -> String?)? = nil) throws -> Data
Beta Was this translation helpful? Give feedback.
All reactions