From ae9ee933d8b8060e76b0b71fffcf1e88c0bd483a Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Thu, 14 Mar 2019 17:14:15 +1030 Subject: [PATCH] Remove Lightbend Enterprise Suite from deploy.md This section is now obsolete. --- akka-docs/src/main/paradox/additional/deploy.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/akka-docs/src/main/paradox/additional/deploy.md b/akka-docs/src/main/paradox/additional/deploy.md index dea8a82b64..1109961d0b 100644 --- a/akka-docs/src/main/paradox/additional/deploy.md +++ b/akka-docs/src/main/paradox/additional/deploy.md @@ -6,12 +6,6 @@ Akka can be used in different ways: be put into `WEB-INF/lib` * As an application packaged with [sbt-native-packager](https://github.com/sbt/sbt-native-packager) -## Lightbend Enterprise Suite - -Lightbend Enterprise Suite is a solution for managing Lightbend Reactive Platform applications across a cluster of machines. -It is reactive from the ground up thus enabling operations to provide the resiliency required to unleash the full benefits -of the Lightbend Reactive Platform in their organization. - ## Native Packager [sbt-native-packager](https://github.com/sbt/sbt-native-packager) is a tool for creating @@ -72,4 +66,4 @@ to see what this looks like in practice. ### Resource limits -To avoid CFS scheduler limits, it is best not to use `resources.limits.cpu` limits, but use `resources.requests.cpu` configuration instead. \ No newline at end of file +To avoid CFS scheduler limits, it is best not to use `resources.limits.cpu` limits, but use `resources.requests.cpu` configuration instead.