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 would replace the hard MemoryPagesLimit in limits.h. If no limit is set by the user, it defaults to MemoryPagesLimit (256Mb). If it is set higher than 2^32-1 return an error (or just make the limit uint32).
Also set this limit to 4Gb in spectests in order to pass them.
The text was updated successfully, but these errors were encountered:
This would replace the hard
MemoryPagesLimit
inlimits.h
. If no limit is set by the user, it defaults toMemoryPagesLimit
(256Mb). If it is set higher than 2^32-1 return an error (or just make the limit uint32).Also set this limit to 4Gb in spectests in order to pass them.
The text was updated successfully, but these errors were encountered: