ID |
Date |
Author |
Topic |
Subject |
Text |
|
2380
|
31 Mar 2022 |
Stefan Ritt | Suggestion | Maximum ODB size | Anybody some idea what the maximum ODB size
can be? In the old days, the linux
kernels had a severe limit on shared memory |
|
2381
|
04 Apr 2022 |
Konstantin Olchanski | Suggestion | Maximum ODB size | > Anybody some idea what the maximum ODB size
can be?
|
|
2476
|
27 Apr 2023 |
Marius Koeppel | Suggestion | Maximum ODB size | Hi all,
> I agree, I think we can safely bump the |
|
2477
|
27 Apr 2023 |
Konstantin Olchanski | Suggestion | Maximum ODB size | > > I agree, I think we can safely bump the
limit from 100 Mbytes to 1 Gbyte, maybe 1.5
or
|
|
2480
|
27 Apr 2023 |
Marius Koeppel | Suggestion | Maximum ODB size | > This is change is wrong. As I wrote, ODB
is not 64-bit clean and it is not 32-bit
clean. We think is is 31-bit clean, so maximum |
|
2481
|
27 Apr 2023 |
Konstantin Olchanski | Suggestion | Maximum ODB size | > You said the writing into .odb is buggy.
Do you mean it’s buggy in general or only
in this specific case?
|
|
2482
|
27 Apr 2023 |
Konstantin Olchanski | Suggestion | Maximum ODB size | my vote is to bump the ODB size limit to 1999*1000*1000
(not quite 2GB). but this needs to be tested.
especially save and restore from ODB, XML |
|
2483
|
27 Apr 2023 |
Stefan Ritt | Suggestion | Maximum ODB size | > Congratulations. created != "it works".
Two other tings to consider:
|
|
2485
|
28 Apr 2023 |
Marius Koeppel | Suggestion | Maximum ODB size | > my vote is to bump the ODB size limit to
1999*1000*1000 (not quite 2GB). but this
needs to be tested. especially save and restore |
|
2486
|
28 Apr 2023 |
Stefan Ritt | Suggestion | Maximum ODB size | > Is this maybe related to what Stefan said
about the run start - so that odbedit needs
some time to load the bigger ODB?
|
|
2487
|
28 Apr 2023 |
Marius Koeppel | Suggestion | Maximum ODB size | > At the run start mlogger writes the ODB
to the .mid file. This needs conversion (binary
ODB -> XML ASCII) which can take time.
|
|
2488
|
28 Apr 2023 |
Konstantin Olchanski | Suggestion | Maximum ODB size | > > Congratulations. created != "it works".
>
> Two other tings to consider:
|
|
2489
|
28 Apr 2023 |
Konstantin Olchanski | Suggestion | Maximum ODB size | > > Is this maybe related to what Stefan said
about the run start - so that odbedit needs
some time to load the bigger ODB?
|
|
2525
|
09 Jun 2023 |
Konstantin Olchanski | Suggestion | Maximum ODB size | > > 1) The ODB shared memory is dumped into
a binary file (".ODB.SHM") after the last
client finished ...
|
|
2527
|
12 Jun 2023 |
Stefan Ritt | Suggestion | Maximum ODB size | > correction: ODB shared memory is saved to
.ODB.SHM each time a client stops, this is
db_close_database().
|
|
2528
|
12 Jun 2023 |
Konstantin Olchanski | Suggestion | Maximum ODB size | > > correction: ODB shared memory is saved
to .ODB.SHM each time a client stops, this
is db_close_database().
|
|
2529
|
13 Jun 2023 |
Stefan Ritt | Suggestion | Maximum ODB size | > I remember the same, but I tracked it down
in git to the very first commit, and there
is no if() there,
|
|
2530
|
13 Jun 2023 |
Marius Koeppel | Suggestion | Maximum ODB size |
> BTW, how do I resize the ODB. I remember
we discussed this some time ago, and concluded |
|
2535
|
13 Jun 2023 |
Konstantin Olchanski | Suggestion | Maximum ODB size | > > I remember the same, but I tracked it
down in git to the very first commit, and
there is no if() there,
|
|
2536
|
13 Jun 2023 |
Konstantin Olchanski | Suggestion | Maximum ODB size | > > BTW, how do I resize the ODB.
ODB cannot be resized "online". Everything |
|