How to increase container RAM on Windows

Hi,

I am running Docker on Windows and I have a windows based container.
I see it has 1GB RAM and I would like to increase it. My machine has 64GB, so that’s not issue.

Where do I configure the available RAM on the container?

Thank you

Found the issue.
I should use the -m option, but it should be right after docker run -it and not at the end.