Hi there!
Our team encountered very bad performance of GoodData.CN in docker container.
Here is our setup:
$ cat docker-compose.yml
services:
gooddata:
image: gooddata/gooddata-cn-ce
container_name: gooddata-dev
restart: always
environment:
- LICENSE_AND_PRIVACY_POLICY_ACCEPTED=YES
ports:
- 3000:3000
- 5432:5432
volumes:
- ./data:/data
In htop output, I can see the following:

So the CPU is not overloaded and there is a lot of memory available. May be there is a way to fine-tune the software so that it could use more resources and run faster? For example, I can see that many java processes are limited to use 256m memory only.
Best regards, Nick.
Best answer by Robert Moucha
View original