Helge Sychla

Results 7 comments of Helge Sychla

I have the same issue in Vim 8.0.1453 without: ![grafik](https://user-images.githubusercontent.com/540317/66762275-f8a3a700-eea5-11e9-8c89-0c291ca453a1.png) with: ![grafik](https://user-images.githubusercontent.com/540317/66762302-03f6d280-eea6-11e9-97d9-5b0d1c94f096.png)

Output of `show memory map` of one of the affected instances: ``` StartAddr size FD PageSz Pages Numa0 Numa1 NotMap Name 00007fa7ad0d1000 1m 4K 256 2 0 254 main heap...

Output of `show memory main-heap` ``` Thread 0 vpp_main base 0x7fa6ed0d0000, size 3g, locked, unmap-on-destroy, name 'main heap' page stats: page-size 4K, total 786432, mapped 417243, not-mapped 369176, unknown 13...

@ivan4th new `show memory main-heap`: ``` Thread 0 vpp_main base 0x7fa6ed0d0000, size 3g, locked, unmap-on-destroy, name 'main heap' page stats: page-size 4K, total 786432, mapped 426532, not-mapped 359887, unknown 13...

I always thought that this sentence from the README meant exactly that and I am just unable to get it to work...: > Juggernaut (Github: maccman/juggernaut) and Redis (www.redis.io) optional,...

That should be one option IMHO. If you don't want to see the data in the request, you most likely also don't want to see it in the response.

@chrmel did you find a solution for this? I am stuck with the same problem...