You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/Tests/test_json_config.json

18 lines
249 B

{
"url": "http://tes.io",
"port": 9091,
"limits": {
"min": {
"cpu": 20,
"gpu": 0,
"mem": 200
},
"max": {
"cpu": 40,
"gpu": 50,
"mem": 600
},
"optional": null,
"persistent": true
}
}

Powered by TurnKey Linux.