We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b0f9f commit df99c83Copy full SHA for df99c83
config.js
@@ -22,6 +22,16 @@ exports = module.exports = {
22
CPU_SHARE: "0.8",
23
MEM_LIMIT: '200m',
24
},
25
+ 'rust': {
26
+ SOURCE_FILE: 'script.rs',
27
+ CPU_SHARE: "0.8",
28
+ MEM_LIMIT: '200m',
29
+ },
30
+ 'golang': {
31
+ SOURCE_FILE: 'main.go',
32
33
34
35
'c': {
36
SOURCE_FILE: 'source.c',
37
CPU_SHARE: "0.5",
@@ -63,4 +73,4 @@ exports = module.exports = {
63
73
MEM_LIMIT: '500m',
64
74
65
75
}
66
-}
76
+}
0 commit comments