Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

High memory usage on wine #141

Open
nerga789 opened this issue Aug 13, 2020 · 2 comments
Open

High memory usage on wine #141

nerga789 opened this issue Aug 13, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@nerga789
Copy link

Hello,
i have no idea if this is some kind of memory leak, or if its just the way the server works on wine. Whenever someone joins the server the ram usage goes up and up. Whenever someone enters the area that was not visited during the current launch of the server, memory fills up. Tested it on two installations of ubuntu and on windows. The problem exists on my local ubuntu and the VPS one, but it doesnt happen on vanilla BDS on Windows or on EZ BDS on Windows. I tested the old version of EZ that worked for minecraft 1.16.10, and now im the newest version for 1.16.20, and the problem still exists.

@madeofstown
Copy link

Try using the docker image?

@Redbeanw44602
Copy link

Redbeanw44602 commented Aug 14, 2020

This is a problem with Linux's handling of caches, and it requires you to have large memory.
Try to use Crontab loop to release memory by yourself, there is no better way.

sync && echo "1" > /proc/sys/vm/drop_caches

"1" will not affect server operation

@elijahr2411 elijahr2411 added the bug Something isn't working label Aug 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants