# Growing memory usage in go-zenon

**URL:** http://forum.zenon.org/t/growing-memory-usage-in-go-zenon/1343
**Category:** Archived
**Created:** [March 31, 2023, 10:45pm UTC](http://forum.zenon.org/t/growing-memory-usage-in-go-zenon/1343 "2023-03-31T22:45:25Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![aliencoder](http://forum.zenon.org/user_avatar/forum.zenon.org/aliencoder/32/1467_2.png) [@aliencoder](http://forum.zenon.org/u/aliencoder)
#### Post date: [April 6, 2023, 2:26pm UTC](http://forum.zenon.org/t/growing-memory-usage-in-go-zenon/1343/12 "2023-04-06T14:26:37Z")

</div>

You can find the implementation [here](https://github.com/alienc0der/go-zenon/tree/pprof).

Download or build `znnd` from source and start it (default address is `http://localhost:6060`):

```auto
./znnd --pprof

```

Download and install the `pprof` [tool](https://github.com/google/pprof):

```auto
go install github.com/google/pprof@latest

```

Here is a step-by-step [tutorial](https://www.sobyte.net/post/2022-06/go-pprof/).

---

_[View the full topic](http://forum.zenon.org/t/growing-memory-usage-in-go-zenon/1343)._
