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
This happens when the file descriptor limit is 256, but is fixed by increasing that limit to 1024. Still, 256 open files seems excessive.
go-sumtype itself never opens any file descriptors, instead delegating that work to the loader package. We should confirm the bug is there and then either try to fix it or file a bug with loader.
The text was updated successfully, but these errors were encountered:
This happens when the file descriptor limit is
256
, but is fixed by increasing that limit to1024
. Still, 256 open files seems excessive.go-sumtype
itself never opens any file descriptors, instead delegating that work to theloader
package. We should confirm the bug is there and then either try to fix it or file a bug withloader
.The text was updated successfully, but these errors were encountered: