diff --git a/README.md b/README.md index 9b24adf..db9edfa 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f - [Support Platform](#support-platform) - [Features](#features) +- [Memory Usage](#memory-usage) - [Basic Usage](#basic-usage) - [Download a binary](#download-a-binary) - [Command Usage](#command-usage) @@ -114,6 +115,12 @@ stat: path: "level.db" ``` +## Memory Usage + +Memory average usage: **10Mb** + +![memory usage](screenshot/memory_usage.png) + ## Basic Usage How to send push notification using `gorush` command? (Android or iOS) diff --git a/screenshot/memory_usage.png b/screenshot/memory_usage.png new file mode 100644 index 0000000..5d54107 Binary files /dev/null and b/screenshot/memory_usage.png differ