Skip to content

Commit

Permalink
Fix broken table in README
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 415624296
  • Loading branch information
sabarabc authored and Googler committed May 24, 2022
1 parent 6c1c10e commit 0beae2e
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,12 @@ yarn bazel run server -- -- -storage_path="Path to a folder to store traces in"

The server binary takes several options:

| Name | Type | Description |
| -------------- | ------ | ------------------------------------------------- |
| storage_path | String | Required.<br>The folder where trace data is/will |
: : : be stored.<br>This should be an empty folder that :
: : : is not used by anything else. :
| cache_size | Int | Optional.<br>The maximum number of collections to |
: : : keep open in memory at once. :
| port | Int | Optional.<br>The port to run the server |
: : : on.<br>Defaults to 7402. :
| resources_root | String | Optional.<br>The folder where the static files |
: : : (e.g. HTML and JavaScript) are stored.<br>Default :
: : : is "client".<br>If using bazel to run the server, :
: : : you shouldn't need to change this. :
| Name | Type | Description |
| -------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| storage_path | String | Required.<br>The folder where trace data is/will be stored.<br>This should be an empty folder that is not used by anything else. |
| cache_size | Int | Optional.<br>The maximum number of collections to keep open in memory at once. |
| port | Int | Optional.<br>The port to run the server on.<br>Defaults to 7402. |
| resources_root | String | Optional.<br>The folder where the static files (e.g. HTML and JavaScript) are stored.<br>Default is "client".<br>If using bazel to run the server, you shouldn't need to change this. |

To load SchedViz, go to http://localhost:7402/collections

Expand Down

0 comments on commit 0beae2e

Please sign in to comment.