Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netxms/jemalloc-rpm


https://github.com/netxms/jemalloc-rpm

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# jemaloc - rpm specs

Custom jemalloc build for NetXMS.

## Build

```sh
docker build -t netxms-rpm-builder docker
docker run --cap-add=SYS_ADMIN -it --rm -v $(pwd):/build -v $(pwd)/result:/result netxms-rpm-builder
docker image rm netxms-rpm-builder

# Cache dependencies between builds
#docker run --cap-add=SYS_ADMIN -it --rm -v $(pwd)/cache:/var/cache/mock -v $(pwd):/build -v $(pwd)/result:/result netxms-rpm-builder
```