abiosoft / abiosoft/colima

colima oracle-xe very slow

オープン
#463 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
30.8k
フォーク
613
PR マージ指標
30日以内にマージされた PR はありません

説明

### 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?

![Screenshot 2022-11-02 at 20 47 59](https://user-images.githubusercontent.com/45692017/199588320-5655fc9d-b58f-434b-a5bd-f7acfdc5c774.png)

### 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_

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。