-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odd slow performance rate #965
Comments
Also i found that the OC cant allocate memory for the Lua for some strainge |
As in that's how long it takes for OpenOS to boot? Or are you running some custom code (startup script e.g.?)
What? |
@fnuecke First one probably is that weird lag spike you get when turning on a computer for the first time because you're initializing some stuff there. |
Except I'm not... anymore. Sounds are preloaded, have been for a while now. I have no clue what that lag is. And it certainly shouldn't 15 seconds. |
Load of the os is like 30-40 sec. I most sertain it's caused by Main OS of the Host, i will test this on debian branch and post an update. |
Sounds like the worker threads are not getting a lot of CPU time to work with. I've added a setting to allow specifying a custom priority for the worker threads, please get build 459 and set |
Sad news, not helped, i will look in to this deeply on OS side and move to diffirent branch, do you need updates on my testing? If yes do a reply else close the issue. |
While it seems odd, I can't help but think it's something with your server, since I haven't had any reports of such massive delays from anyone else :-/ |
Hi!
I got a problem thou i can't understand why it's happening.
I moved my server from one hosting to another
! same machine parameters <- that's important please note this!
Same CentOS 7 and java 8 from oracle distribution
I get perfect server performance both for some reason Lua processing in OC (OpenComputers) seem's oddly bad. I get 15second timeout before text appears and commands run.
I tryed to force native = same stuff
LuaJ = same stuff
increasing quota of proccessor = same lag not even using the cpu!
we tested memory access and harddrive I\O and just nothing
It's pretty strainge, can you assist please?
Also tryed downgrade to 1.4.9 = Same stuff there
The text was updated successfully, but these errors were encountered: