Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gq-server] High CPU occupancy #12

Closed
kimw opened this issue Mar 19, 2018 · 1 comment
Closed

[gq-server] High CPU occupancy #12

kimw opened this issue Mar 19, 2018 · 1 comment

Comments

@kimw
Copy link
Contributor

kimw commented Mar 19, 2018

CPU will be exhausted on HTTP/1.1 & HTTP/2. (HTTP/1.0 is OK)

  • Step 1 - Use the following command on server side,

    gq-server -r 127.0.0.1:8388 -c gqserver.json
  • Step 2 - Try curl command as,

    curl --http1.1 https://127.0.0.1:8388 -vk
    # or
    curl --http2 https://127.0.0.1:8388 -vk

CPU exhausted :(

@kimw
Copy link
Contributor Author

kimw commented Mar 20, 2018

closed #13

@kimw kimw closed this as completed Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant