Cuda model allocates 2Gb of RAM

I created simple nn.Module. When I try to convert it to cuda by calling model.cuda(), it allocates 2.7Gb of ram. How can I reduce it?