Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netxms/jemalloc-rpm
https://github.com/netxms/jemalloc-rpm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netxms/jemalloc-rpm
- Owner: netxms
- License: mit
- Created: 2022-09-30T22:17:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:12:55.000Z (6 months ago)
- Last Synced: 2024-07-17T17:34:34.038Z (6 months ago)
- Language: Makefile
- Size: 712 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```