Skip to content

Commit e4a8ec6

Browse files
committed
add java spec
1 parent 2167c26 commit e4a8ec6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ exports = module.exports = {
1818
CPU_SHARE: '1.2',
1919
MEM_LIMIT: '500m',
2020
},
21+
'java': {
22+
SOURCE_FILE: 'Main.java',
23+
CPU_SHARE: '1.2',
24+
MEM_LIMIT: '500m',
25+
},
2126
'cpp': {
2227
SOURCE_FILE: 'source.cpp',
2328
CPU_SHARE: "0.8",

0 commit comments

Comments
 (0)