Problem solved.
The issue was due to memory page file size.
System has SSD RAID wich capacity is about 450GB, used about 60%. When the memory was added, system has assigned as much as it could to system page file, which size has grown to more than 150GB what caused free space on drive issues (less than 5GB). That's why machines couldn't even start.
I have manually set page file size with 2048 min and 22010 max size, but I'm not sure if it's ok.
Now VM's are starting with no problems.
Thank You !