On Linux systems, the USB-FS memory is restricted to 16 MB or less by default.
To increase this limit we should update the grub. More specifically, in /etc/default/grub
Replace:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
with this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.usbfs_memory_mb=160000"
On Linux systems, the USB-FS memory is restricted to 16 MB or less by default.
To increase this limit we should update the grub. More specifically, in
/etc/default/grubReplace:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
with this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.usbfs_memory_mb=160000"