Navigation Menu

Skip to content

Commit

Permalink
Oops, fix parameters in context creation part of README
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Chan committed Dec 18, 2013
1 parent f564dab commit 053b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobserver/README.md
Expand Up @@ -68,7 +68,7 @@ real clusters and most jobs this may be too slow.

Another way of running this job is in a pre-created context. Start a new context:

curl -d "" 'localhost:8090/contexts/test-context?numCores=2&memPerNode=512m'
curl -d "" 'localhost:8090/contexts/test-context?num-cpu-cores=4&mem-per-node=512m'
OK⏎

You can verify that the context has been created:
Expand Down

0 comments on commit 053b728

Please sign in to comment.