You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is kind of similar to other recently introduced fix, #953, and should be solved in a similar way by increasing the amount of memory assigned to this job.
We could start with doubling the default value so increasing it to 2g.
The text was updated successfully, but these errors were encountered:
…ned to the plaintext importer job
Replacing `plaintext_content_retriever_java_opts` input parameter with `plaintext_content_retriever_appmaster_memory_mb` set to `2048` value by default.
After further analysis it turned out the problem was related to AM insufficient memory, not the mapper memory.
The
cache_builder
workflow responsible for rebuilding PMC ingester cache from scratch failed with the following error message:Job name:
indicates plaintext importer phase has failed.
This is kind of similar to other recently introduced fix, #953, and should be solved in a similar way by increasing the amount of memory assigned to this job.
We could start with doubling the default value so increasing it to
2g
.The text was updated successfully, but these errors were encountered: