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
When Pulsa checks the file size to determine if it is below the max size, in order to be cached on RAM, on Windows it seems that stats.size is always 0.
This need to be investigated, since Pulsa on Windows may transfer all files to RAM, which is undesirable on large projects.
The text was updated successfully, but these errors were encountered:
The task is, in the end, create a non-void text file and read it using fs.statSync on Windows. If the property size from the result object is 0, the we need to open an issue on the NodeJS repository informing the problem.
When Pulsa checks the file size to determine if it is below the max size, in order to be cached on RAM, on Windows it seems that stats.size is always 0.
This need to be investigated, since Pulsa on Windows may transfer all files to RAM, which is undesirable on large projects.
The text was updated successfully, but these errors were encountered: