udim commented on a change in pull request #15555:
URL: https://github.com/apache/beam/pull/15555#discussion_r714985415
##########
File path: website/www/site/content/en/contribute/release-guide.md
##########
@@ -567,6 +572,12 @@ See the source of the script for more details, or to run
commands manually in ca
* Copy python doc into beam-site
* Copy java doc into beam-site
+
+* **Mitigate GPG Out Of Memory Error**
+ * gpg-agent might through Out Of Memory error. You can kill the gpg-agent to
mitigate this issue.
Review comment:
I think I saw this as well, but I was also having issues with the gpg
passphrase prompt appearing while gradle was running (in ssh, garbling the
output of both gradle and gpg and the passphrase prompt was not reading all the
characters).
My solution was to use `gradlew --no-parallel` which also solved the OOM.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]