Skip to content
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

Add limit size for server/db/actor file #642

Open
Keonik1 opened this issue Mar 29, 2024 · 0 comments
Open

Add limit size for server/db/actor file #642

Keonik1 opened this issue Mar 29, 2024 · 0 comments

Comments

@Keonik1
Copy link

Keonik1 commented Mar 29, 2024

Hello, @adrianth

OpenTest version number: 1.3.8

If the opentest server instance is running for a long time, then after some time the server/db/actor file will start to weigh a lot, but besides the fact that the place is dealing with unnecessary data, there is also a bug that does not allow you to start the server instance if this file is larger than 500+ megabytes (in my case 560MB). To start, you will need to manually delete the file.

The request is to limit the size of this file in general, because it does not carry anything useful for administration. The size can be limited either by a couple of megabytes or by the number of rows, conditional 10000, it does not matter.

The speed of filling this file depends on the number of actors. And yes, I know that the file is cleared when the server instance is started, but the problem is that the server instance will not start if this file weighs too much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant