I suffered from the same out of memory crash on my 5120x1440 display on Linux and adding the following to my environment helped:
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCREEN_SCALE_FACTORS=1
I've added those to my ~/.bashrc but YMMV depending on your shell etc.