No GNURadio Output on VirtualBox

I am working to get the gr-krakensdr block working however I have run in to some trouble. I went ahead and set up the VirtualBox as recommended by the wiki and reformatting the drive for more memory as was suggested here.
As the note in the VM says, I run the heimdall_only_start.sh file, then I run GRC, the flowgraph seems to run without any errors, there is a warning about: ‘vocoder_codec2_decode_ps - option_attributes are for enums only; ignoring’
And later when I try to run a warning about: ‘Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway’
But to my understanding these should not stop the flowgraph from creating a graph. When I try to run other flowgraphs in here there are no issues. I was wondering what I might be able to do to fix this?
If there is any extra info i can provide please let me know.

I am going through the troubleshooting page (07. KrakenSDR Troubleshooting · krakenrf/krakensdr_docs Wiki · GitHub)
And at the power supply test I am getting an error that when I try to run all 5 that my buffer size is not large enough.

After increasing the buffer size to 32MB using:
sudo sh -c ‘echo 32 > /sys/module/usbcore/parameters/usbfs_memory_mb’

It works!