Skip to content

Commit 7c2c4d7

Browse files
boulcesdeleuze
authored andcommitted
Update scheduling.adoc
Change 'OutOfMemoryErrors' to 'OutOfMemoryError'. Closes gh-33703
1 parent 3bfbe30 commit 7c2c4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: framework-docs/modules/ROOT/pages/integration/scheduling.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ reached, does the executor create a new thread beyond the core size. If the max
733733
has also been reached, then the executor rejects the task.
734734

735735
By default, the queue is unbounded, but this is rarely the desired configuration,
736-
because it can lead to `OutOfMemoryErrors` if enough tasks are added to that queue while
736+
because it can lead to `OutOfMemoryError` if enough tasks are added to that queue while
737737
all pool threads are busy. Furthermore, if the queue is unbounded, the max size has
738738
no effect at all. Since the executor always tries the queue before creating a new
739739
thread beyond the core size, a queue must have a finite capacity for the thread pool to

0 commit comments

Comments
 (0)