esxi host memory usage increasing

Can you clarify what you mean by "My guest is using the same amount all the time"?

I suspect the problem is that you're misunderstanding this part:

enter image description here

That metric is not a measure of how much RAM the guest is using; it's a measure of how much of the RAM that's been allocated to the VM has been used recently (the number that's at 46 MB in the image). It's a measure of the activity within the VM's RAM, which is useful when ESXi is deciding how to allocate RAM when there's resource contention.

The reason that the Host Memory number is going up is that a modern (Windows or Linux) will utilize any physical RAM that's available to it as a filesystem cache - as the system's running, it'll gradually use all of the physical RAM that you've allocated to it (1.5 GB), and it will keep it used unless there's memory contention among VMs (then the balloon can take RAM back).

This is normal and to be expected - the important thing to remember is that the active memory metric is a measure of recent use of the RAM, not an amount of consumption.