You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FCS_GX needs to run from a ramdisk, but fails with an error if there's not enough space.
Incorporate a check using say df -h to check if there is sufficient space on /dev/shm (at least 512GB), otherwise run from disk, and potentially print a warning this is really slow.
The text was updated successfully, but these errors were encountered:
FCS_GX needs to run from a ramdisk, but fails with an error if there's not enough space.
Incorporate a check using say
df -h
to check if there is sufficient space on/dev/shm
(at least 512GB), otherwise run from disk, and potentially print a warning this is really slow.The text was updated successfully, but these errors were encountered: