Skip to content

Commit

Permalink
add backend server description
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 2, 2023
1 parent 86d02c8 commit 5b9e59e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,11 @@ local setup_flatline_lsp = function()
end
setup_flatline_lsp()
```

## Backend server

`flatline_lsp` depends on `flatline-server` (It is `$HOME/.flatline_lsp/\_internal/flatline/backend_server/flatline-server`) and `flatline_lsp` automatically starts `flatline-server` when it is not started yet.

The process of `flatline-server` does not stop even when `flatline_lsp` is stopped. So if you want to stop `flatline-server` and release the resources (e.g. GPU memory), please kill the `flatline-server` process manually.

TODO prepare more sophisticated method

0 comments on commit 5b9e59e

Please sign in to comment.