docs: [ci skip] add memory usage. (#196)
This commit is contained in:
parent
7360bc8a04
commit
5b8ce06bee
|
@ -8,6 +8,7 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f
|
||||||
|
|
||||||
- [Support Platform](#support-platform)
|
- [Support Platform](#support-platform)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
|
- [Memory Usage](#memory-usage)
|
||||||
- [Basic Usage](#basic-usage)
|
- [Basic Usage](#basic-usage)
|
||||||
- [Download a binary](#download-a-binary)
|
- [Download a binary](#download-a-binary)
|
||||||
- [Command Usage](#command-usage)
|
- [Command Usage](#command-usage)
|
||||||
|
@ -114,6 +115,12 @@ stat:
|
||||||
path: "level.db"
|
path: "level.db"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Memory Usage
|
||||||
|
|
||||||
|
Memory average usage: **10Mb**
|
||||||
|
|
||||||
|
![memory usage](screenshot/memory_usage.png)
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
||||||
How to send push notification using `gorush` command? (Android or iOS)
|
How to send push notification using `gorush` command? (Android or iOS)
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
Loading…
Reference in New Issue