-
Notifications
You must be signed in to change notification settings - Fork 1
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 Exception during Certificate Ingestion #61
Labels
bug
Something isn't working
Comments
This bug can be reproduced as follows:
|
When adjusting the batch size to 100000, the SMT can be updated without any issues. However, when using a batch size of 1000000, the following error message appears:
We may be able to solve this problem by:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When ingesting a batch of ~40 million certificates from local csv files via the
CertificateFolders
config option introduced in https://github.com/netsec-ethz/fpki/tree/cyrill-mapserver-improvements, the mapserver runs out of memory during the SMT update phase (after adding the certificates and coalescing the payloads).The text was updated successfully, but these errors were encountered: