Skip to content

Commit 6924ebd

Browse files
Update config settings according to name changes in 5.x series (#127) (#128)
1 parent 7e64720 commit 6924ebd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/ROOT/pages/errors/all-errors.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This request cannot be executed.
5151
| Neo.ClientError.General.TransactionOutOfMemoryError
5252
|
5353
The transaction used more memory than was allowed.
54-
The maximum allowed size for a transaction can be configured with `dbms.memory.transaction.max_size` in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface).
54+
The maximum allowed size for a transaction can be configured with `db.memory.transaction.max_size` in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface).
5555

5656
| Neo.ClientError.General.UpgradeRequired
5757
|
@@ -258,7 +258,7 @@ Because failure takes precedence, the transaction was rolled back.
258258

259259
| Neo.ClientError.Transaction.TransactionTimedOut
260260
|
261-
The transaction has not completed within the specified timeout (`dbms.transaction.timeout`).
261+
The transaction has not completed within the specified timeout (`db.transaction.timeout`).
262262
You may want to retry with a longer timeout.
263263

264264
| Neo.ClientError.Transaction.TransactionTimedOutClientConfiguration
@@ -301,7 +301,7 @@ The corresponding setting can be found in the error message.
301301
| Neo.TransientError.General.OutOfMemoryError
302302
|
303303
There is not enough memory to perform the current task.
304-
Please try increasing `dbms.memory.heap.max_size` in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface).
304+
Please try increasing `server.memory.heap.max_size` in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface).
305305

306306
If you are running an embedded installation, you can increase the heap by using the `-Xmx` command line flag, and then restart the database.
307307

@@ -310,14 +310,14 @@ If you are running an embedded installation, you can increase the heap by using
310310
There is not enough stack size to perform the current task.
311311
This is generally considered to be a database error, so please contact Neo4j support.
312312

313-
You could try increasing the stack size; for example to set the stack size to `2M`, add `dbms.jvm.additional=-Xss2M` to in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface).
313+
You could try increasing the stack size; for example to set the stack size to `2M`, add `server.jvm.additional=-Xss2M` to in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface).
314314

315315
If you are running an embedded installation, you can add `-Xss2M` as command line flag.
316316

317317
| Neo.TransientError.General.TransactionMemoryLimit
318318
|
319319
There is not enough memory to perform the current task.
320-
Please try increasing `dbms.memory.off_heap.max_size` in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface), and then restart the database.
320+
Please try increasing `server.memory.off_heap.transaction_max_size` in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface), and then restart the database.
321321

322322
| Neo.TransientError.Request.NoThreadsAvailable
323323
|
@@ -362,11 +362,11 @@ Retrying this transaction will most likely be successful.
362362
| The lease under which this transaction was started is no longer valid.
363363

364364
| Neo.TransientError.Transaction.LockAcquisitionTimeout
365-
| Unable to acquire lock within configured timeout (`dbms.lock.acquisition.timeout`).
365+
| Unable to acquire lock within configured timeout (`db.lock.acquisition.timeout`).
366366

367367
| Neo.TransientError.Transaction.MaximumTransactionLimitReached
368368
|
369-
Unable to start new transaction since the maximum number of concurrently executing transactions is reached (`dbms.transaction.concurrent.maximum`).
369+
Unable to start new transaction since the maximum number of concurrently executing transactions is reached (`db.transaction.concurrent.maximum`).
370370
You can retry at a later time or consider increasing allowed maximum of concurrent transactions.
371371

372372
| Neo.TransientError.Transaction.Outdated

0 commit comments

Comments
 (0)