[DiscordArchive] Are you using Docker Compose?
[DiscordArchive] Are you using Docker Compose?
Archived author: Michael Crilly • Posted: 2025-10-02T07:25:25.906000+00:00
Original source
Are you using Docker Compose?
Archived author: Michael Crilly • Posted: 2025-10-02T07:26:40.498000+00:00
Original source
Sounds like you're swapping to disk here. If a process needs more RAM than you allocate it, the kernel will use disk space, called swap, to move unused RAM from being actually in RAM to being on disk, freeing up the RAM for usage.
Archived author: Tsiko • Posted: 2025-10-02T07:35:36.975000+00:00
Original source
Yes, I understand. My question here is whether I can run the virtual machine with 2 GB of RAM allocated, while the Docker container is extremely memory-intensive for me. By allocating a smaller amount, it goes to disk. I’m curious to know if anyone else has experienced the same issue.
Archived author: Tsiko • Posted: 2025-10-02T07:36:43.557000+00:00
Original source
It’s not that it needs that amount of ram to start with
Archived author: Tsiko • Posted: 2025-10-02T07:38:16.846000+00:00
Original source
Its also that the VmmemWSL consumes another 4 to run
Archived author: bandit_2424 • Posted: 2025-10-02T08:10:18.644000+00:00
Original source
I am using Docker Desktop for Windows which should include docker compose
Archived author: bandit_2424 • Posted: 2025-10-02T08:11:21.004000+00:00
Original source
docker compose up -d --build did somehow work and compiled stuff it did not Show an error
Archived author: bandit_2424 • Posted: 2025-10-02T08:15:16.763000+00:00
Original source
i am no it guy, i started using docker 1 day ago, i started compiling a sever 4 weeks ago. so go easy and use simple explanations
Archived author: Michael Crilly • Posted: 2025-10-02T09:07:29.306000+00:00
Original source
The World Server uses about 4-8GB. 16GB is you load everything up front.
Archived author: Michael Crilly • Posted: 2025-10-02T09:07:59.390000+00:00
Original source
If you're using the proper Docker Compose file, it should create the MySQL for you.