Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wxsms/go-sqlite3-memleak
https://github.com/wxsms/go-sqlite3-memleak
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wxsms/go-sqlite3-memleak
- Owner: wxsms
- Created: 2023-12-14T08:20:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-20T03:49:23.000Z (10 months ago)
- Last Synced: 2024-10-28T20:07:37.017Z (about 2 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
run the server:
```
docker build . -t memleak
docker run -p 8080:8080 --rm memleak
```observe it's mem usage:
```
docker stats
```![](img.png)