d4rkstar opened a new pull request, #60: URL: https://github.com/apache/openserverless-operator/pull/60
When slim: true is set, Operator will deploy a minimal set of resources allowing OpenServerless to run with less RAM and CPU usage. More details: - added a `slim` boolean flag on whisk crd, under "nuvolaris" section, so we can say that we want to use less resources in general - immediately used it to deploy a "slim" version for milvus-standalone: - added a deploy/milvus-slim - removed pulsar, zookeeper - used rocksmq as suggested by milvus documentation - added tests for milvus slim - added whisk-slim.yaml configuration for testing In whisk-slim i turned off, as suggested: - invoker - kafka - zookeeper moreover: - postgres runs with 1 replica - etcd runs with 1 replica After a first run of this setup, i've a system running using 4,5GB of RAM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org