Skip to content

search: Increase driver memory for mjolnir feature selection

Ebernhardson requested to merge work/ebernhardson/mjolnir into main

After the increase to max result size this is still failing, although in a different way. The application now gets killed by YARN for failing to heartbeat. Guessing that that is GC pressure preventing the heartbeat from being serviced. As such add a little more memory to the driver.

Bug: T379045

Merge request reports