colima oracle-xe very slow
- Lenguaje dominante
- Go
- Estrellas
- 30.8k
- Forks
- 613
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Description
Hi I might be doing something wrong but i have a full spec mac m1 max and I ran following
```shell
colima start --arch x86_64 --cpu 8 --memory 8 --disk 5
docker run -d -p 1521:1521 --cpus="8" --memory=4096M -e ORACLE_PASSWORD=test -e APP_USER=test -e APP_USER_PASSWORD=test -v oracle-volume:/opt/oracle/oradata gvenzl/oracle-xe
```
When I run my java app it basically cleans all table and add new tables, whole thing used to take 20 sec on my windows machine. Now takes 2 minutes.
I've tried increasing cpu because when i run
```shell
docker stats
```
I see the cpu is spiking under load, 100-500%, ive tried increasing to 16 cpus but no difference in total time execution.
I'm starting to suspect if it's network related?

### Version
Colima Version:
Lima Version:
Qemu Version:
### Operating System
- [ ] macOS Intel
- [X] macOS M1
- [ ] Linux
### Reproduction Steps
1.
2.
3.
### Expected behaviour
_No response_
### Additional context
_No response_
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.