All Collections
Software
My experiment randomly stopped acquiring data during the run
My experiment randomly stopped acquiring data during the run
Updated over a week ago

If your sequencing experiment randomly stops acquiring data (e.g., your run report shows similar behaviour to the image below) and you are running a host computer based on linux.

Please open the terminal and copy and paste the commands below into the terminal (please note the keyboard shortcut ctrl+c/v will not work on the terminal):

cat sys/module/usbcore/parameters/usbfs_memory_mb
sudo sh -c "echo 256 > sys/module/usbcore/parameters/usbfs_memory_mb"

Did this answer your question?