Skip to content

Instantly share code, notes, and snippets.

@holmeshe
Created September 20, 2018 08:49
Show Gist options
  • Save holmeshe/38734773cfce49e01d8ec33302afa70a to your computer and use it in GitHub Desktop.
Save holmeshe/38734773cfce49e01d8ec33302afa70a to your computer and use it in GitHub Desktop.
static size_t mem_limit = 0;
...
settings.maxbytes = 64 * 1024 * 1024; /* default is 64MB */
...
case 'm':
settings.maxbytes = ((size_t)atoi(optarg)) * 1024 * 1024;
break;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment