Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6335 Jenkins tests getting OS level OOM erros - #1106
Conversation
stoty
commented
Jan 22, 2021
(!) A patch to the testing environment has been detected. |
stoty
commented
Jan 22, 2021
(!) A patch to the testing environment has been detected. |
stoty
commented
Jan 22, 2021
🎊 +1 overall
This message was automatically generated. |
stoty
commented
Jan 22, 2021
(!) A patch to the testing environment has been detected. |
| DOCKER_MEMORY=20g | ||
| #Allow some swaping to avoid OOM errors | ||
| DOCKER_EXTRAARGS+=( "--memory-swap=24g" ) |
There was a problem hiding this comment.
Is this a proven way? (Just asking in case any Hadoop project is following this and it's working fine for them)
There was a problem hiding this comment.
I was just looking up https://docs.docker.com/config/containers/resource_constraints/ and found this:
--memory-swap is a modifier flag that only has meaning if --memory is also set.
What we specify with DOCKERMEMLIMIT is treated as --memory by Yetus?
There was a problem hiding this comment.
Is this a proven way? (Just asking in case any Hadoop project is following this and it's working fine for them)
Not that I know of.
I was just looking at the docker memory management options, and this seemed like a solution without overcommitting the host memory.
There was a problem hiding this comment.
What we specify with
DOCKERMEMLIMITis treated as--memoryby Yetus?
Yes, DOCKER_MEMORY is passed as --memory= to docker by yetus.
(The DOCKERMEMLIMIT variable name was wrong, or at least obsolete)
stoty
commented
Jan 22, 2021
💔 -1 overall
This message was automatically generated. |
…ocal indexed tables
stoty
commented
Aug 5, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Aug 22, 2023
Most of this doesn't even look relevant to memory usage. |
No description provided.