Possible memory link on 7.9 Gateway?

This is entirely normal. Java makes lots of temporary objects that get cleaned up occasionally. This is what is called “garbage collection”.
If the low-water mark (the level it returns to after each cycle) starts climbing and the cycles start happening faster, then you have a memory leak.