The combined memory of this server is 64 GB with 8vCPUs. To limit or alter the memory or CPU to each user, the admin can use the following commands to make prevent a user from being able to single handedly take down the machine. Borrowed from this reference guide.
For limimting memory:
sudo tljh-config set limits.memory 4G
For limiting CPU:
sudo tljh-config set limits.cpu 2
Note: Setting to None disables limit.
Additional Note: While setting up, the memory and CPU were limited to the configurations shown in the example above.