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
fix: -M -> -R, support memory_limit_multiplier (#6)
Change memory submission from -M to -R. Add support for configuration option memory_limit_multiplier to set a memory limit. memory_limit_multiplier = 1 will reproduce the prior behavior. Addresses #4.