When you create a snapshot in VMware Instrastructure (formerly ESX), the server stops updating the .vmdk files. Instead it creates a delta file for each .vmdk file. Any writes are written to the delta file rather than the .vmdk file.
This has a few implications:
The amount of disk space used will increase (a delta can theoretically [...]