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

seldon container engine sidecar java process should run with '-server' setting #781

Closed
pisymbol opened this issue Aug 11, 2019 · 2 comments
Assignees

Comments

@pisymbol
Copy link

Currently, seldon container engine's JVM runs with somewhat limited memory constraints in client mode. Given that the engine runs in effect as a server process, why not run it with the '-server' option?

From the doc:

"Although the Server and the Client VMs are similar, the Server VM has been specially tuned to maximize peak operating speed. It is intended for executing long-running server applications, which need the fastest possible operating speed more than a fast start-up time or smaller runtime memory footprint."

Source: https://www.oracle.com/technetwork/java/whitepaper-135217.html

@ukclivecox ukclivecox self-assigned this Aug 11, 2019
@ukclivecox
Copy link
Contributor

Fixed by SeldonIO/seldon-operator#55

@pisymbol
Copy link
Author

Thank you!

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

2 participants