An open API service indexing awesome lists of open source software.

https://github.com/nning/memmax

Small tool to print out maximum memory usage of a process it starts
https://github.com/nning/memmax

Last synced: 10 months ago
JSON representation

Small tool to print out maximum memory usage of a process it starts

Awesome Lists containing this project

README

          

# memmax

Small tool to print out maximum memory usage of a process it starts

## Usage

```
Usage: ./memmax
```

## Example

```
$ ./memmax sleep 1

Max memory usage: 141 kB
```