Reverting accidental change in CPU amount done for testing.

This commit is contained in:
Renan DelValle 2018-10-27 11:15:44 -07:00
parent b7c0264b60
commit 21489337bd
No known key found for this signature in database
GPG key ID: 3895800E03F17676

View file

@ -128,7 +128,7 @@ func main() {
Name("hello_world_from_gorealis").
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
ExecutorData(string(payload)).
CPU(10000).
CPU(1).
RAM(64).
Disk(100).
IsService(true).