You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
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
The text was updated successfully, but these errors were encountered: