Closed sragss closed 6 months ago
M > 2^20 crashes Lasso.
This is likely due to OOM when constructing the dereferenced memory tuples (address, value, timestamp).
We can likely detect that this will happen ahead of time based on the parameters and provide a more useful error.
For Jolt M is hardcoded, shouldn't be a problem.
M > 2^20 crashes Lasso.
This is likely due to OOM when constructing the dereferenced memory tuples (address, value, timestamp).
We can likely detect that this will happen ahead of time based on the parameters and provide a more useful error.