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
Read-only clients like unifyfs-ls will write out a spill over file at the end of execution.
A temporary fix is to set both UNIFYFS_LOGIO_SPILL_SIZE and UNIFYFS_LOGIO_SHMEM_SIZE to 0 before running the read-only client.
Or maybe we can add a read-only mode of initialization, so the read-only clients can configure all parameters programmatically.
The text was updated successfully, but these errors were encountered:
Read-only clients like
unifyfs-ls
will write out a spill over file at the end of execution.A temporary fix is to set both
UNIFYFS_LOGIO_SPILL_SIZE
andUNIFYFS_LOGIO_SHMEM_SIZE
to 0 before running the read-only client.Or maybe we can add a read-only mode of initialization, so the read-only clients can configure all parameters programmatically.
The text was updated successfully, but these errors were encountered: