You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue can be solved by adding the following code to the GO source code for the session configuration.
// set up the container memory limit to 600 MBh.Resources.Memory=int64(600) *Megabyte// set up the CPU time usage to 0.5 CPU, no matter how many CPUs the server has.// for 4 CPU, the value should be 400000h.Resources.CPUQuota=int64(50000)
In the attached screenshot, you can see for the sandbox container created by PWC, the memory limit is 600MB and CPU limit is 0.5 CPU (50000 CPU Quota). Value 0 normally means no limit specified. The cloud server has 1GB memory and 1 CPU.
right now all cpus and mem are used by each session
The text was updated successfully, but these errors were encountered: