Reverting accidental change in CPU amount done for testing.
This commit is contained in:
parent
b7c0264b60
commit
21489337bd
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ func main() {
|
||||||
Name("hello_world_from_gorealis").
|
Name("hello_world_from_gorealis").
|
||||||
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
|
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
|
||||||
ExecutorData(string(payload)).
|
ExecutorData(string(payload)).
|
||||||
CPU(10000).
|
CPU(1).
|
||||||
RAM(64).
|
RAM(64).
|
||||||
Disk(100).
|
Disk(100).
|
||||||
IsService(true).
|
IsService(true).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue