You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sync process fails while attempting to handle a database with a large number of tables and rows. The process terminates unexpectedly with the following message:
fish: Job 1, './bemidb --pg-database-url post…' terminated by signal SIGKILL (Forced quit)
It appears the sync process is unable to manage the extensive size and complexity of the database effectively, resulting in forced termination.
Steps to Reproduce:
Attempt to sync database with a large number of tables and rows.
Allow the process to continue through the syncing of tables.
Observe the process terminating abruptly with the SIGKILL message.
Expected Behavior:
The sync process should handle databases with a large number of tables and rows without errors or termination.
Actual Behavior:
The sync process is terminated by a SIGKILL signal when attempting to sync a database of significant size.
Request:
I request an investigation into the handling of large databases during the sync process. It would be helpful to:
Identify and address performance bottlenecks or limitations causing the termination.
Implement safeguards to ensure stability when syncing large databases.
Please prioritize this issue and provide updates as soon as possible.
The text was updated successfully, but these errors were encountered:
The sync process fails while attempting to handle a database with a large number of tables and rows. The process terminates unexpectedly with the following message:
fish: Job 1, './bemidb --pg-database-url post…' terminated by signal SIGKILL (Forced quit)
It appears the sync process is unable to manage the extensive size and complexity of the database effectively, resulting in forced termination.
Steps to Reproduce:
Expected Behavior:
The sync process should handle databases with a large number of tables and rows without errors or termination.
Actual Behavior:
The sync process is terminated by a SIGKILL signal when attempting to sync a database of significant size.
Request:
I request an investigation into the handling of large databases during the sync process. It would be helpful to:
Please prioritize this issue and provide updates as soon as possible.
The text was updated successfully, but these errors were encountered: