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
fstn build now opens every file in the source before writes out to the output squashfs image file.
The issue is that the number of files can be overwhelmingly large. For example, go_grader includes the entire golang. On my workstation, fstn build go_grader.img go_grader/out throws the Too many open files error.
The text was updated successfully, but these errors were encountered:
fstn build
now opens every file in the source before writes out to the output squashfs image file.The issue is that the number of files can be overwhelmingly large. For example,
go_grader
includes the entire golang. On my workstation,fstn build go_grader.img go_grader/out
throws theToo many open files
error.The text was updated successfully, but these errors were encountered: