[FOLIO-2654] BigTest terminates execution during source code re-compiling due to memory leaks Created: 22/Jun/20 Updated: 08/Dec/21 Resolved: 08/Dec/21 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | Maxim Didenko | Assignee: | Anton Emelianov (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | bigtest | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Attachments: |
|
| Sprint: |
| Description |
| Comments |
| Comment by Anton Emelianov (Inactive) [ 22/Jun/20 ] |
|
Zak Burke, Sobha Duvvuri, Viktor Soroka I think you had similar problem for other modules. Any suggestions how to resolve it in this case? |
| Comment by Zak Burke [ 22/Jun/20 ] |
|
Short version: Node is memory hog; allocate more either overall with something like
export NODE_OPTIONS="--max-old-space-size=4096 $NODE_OPTIONS"
yarn test
or for this one command specifically with something like
NODE_OPTIONS="--max-old-space-size=4096 $NODE_OPTIONS"; yarn test
Your screenshot shows a problem with node running out of memory, not BigTest (Chrome). We recently saw the same thing in ui-users and some other UI apps; details at
|
| Comment by Zak Burke [ 22/Jun/20 ] |
|
FWIW, I cannot duplicate this problem locally in ui-circulation, even with
NODE_OPTIONS="--max-old-space-size=1024 $NODE_OPTIONS"; yarn test
MacOS 10.14.6 (Mojave) with Node 12.14.0. |
| Comment by Ann-Marie Breaux (Inactive) [ 30/Nov/21 ] |
|
Hi Anton Emelianov Which team should be assigned to this? It seems like it should move to the FAT project, and be assigned to a dev team. Could you review it? Thank you! |
| Comment by Anton Emelianov (Inactive) [ 07/Dec/21 ] |
|
Zak Burke, Any objections to closing this ticket? |
| Comment by Zak Burke [ 08/Dec/21 ] |
|
We are migrating away from BTOG and hence will not put effort into resolving this issue or others like it. |