You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ge...@apache.org on 2016/11/21 11:34:31 UTC

[1/2] brooklyn-docs git commit: Use brooklyn user for easier copy&paste

Repository: brooklyn-docs
Updated Branches:
  refs/heads/master 05ecf6809 -> 436391705


Use brooklyn user for easier copy&paste

The brooklyn user is the most common one used for running instances (created by the rpm & deb packages).


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/c0cc2d1c
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/c0cc2d1c
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/c0cc2d1c

Branch: refs/heads/master
Commit: c0cc2d1cdeb6df3e1ef22ef7df47701408df7060
Parents: 05ecf68
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Thu Nov 17 08:57:48 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Thu Nov 17 08:57:48 2016 +0200

----------------------------------------------------------------------
 .../troubleshooting/increase-system-resource-limits.md  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/c0cc2d1c/guide/ops/troubleshooting/increase-system-resource-limits.md
----------------------------------------------------------------------
diff --git a/guide/ops/troubleshooting/increase-system-resource-limits.md b/guide/ops/troubleshooting/increase-system-resource-limits.md
index 666bd4e..8173906 100644
--- a/guide/ops/troubleshooting/increase-system-resource-limits.md
+++ b/guide/ops/troubleshooting/increase-system-resource-limits.md
@@ -12,15 +12,15 @@ On the VM running Apache Brooklyn, it is recommended that nproc and nofile are r
 (e.g. 16384 or higher; a value of 1024 is often the default).
 
 If you want to check the current limits run `ulimit -a`. Alternatively, if Brooklyn is run as a 
-different user (e.g. with user name "adalovelace"), then instead run `ulimit -a -u adalovelace`.
+different user (e.g. with user name "brooklyn"), then instead run `ulimit -a -u brooklyn`.
 
 For RHEL (and CentOS) distributions, you can increase the limits by running
-`sudo vi /etc/security/limits.conf` and adding (if it is "adalovelace" user running Apache Brooklyn):
+`sudo vi /etc/security/limits.conf` and adding (if it is "brooklyn" user running Apache Brooklyn):
 
-    adalovelace           soft    nproc           16384
-    adalovelace           hard    nproc           16384
-    adalovelace           soft    nofile          16384
-    adalovelace           hard    nofile          16384
+    brooklyn           soft    nproc           16384
+    brooklyn           hard    nproc           16384
+    brooklyn           soft    nofile          16384
+    brooklyn           hard    nofile          16384
 
 Generally you do not have to reboot to apply ulimit values. They are set per session.
 So after you have the correct values, quit the ssh session and log back in.


[2/2] brooklyn-docs git commit: Merge and close PR #126

Posted by ge...@apache.org.
Merge and close PR #126


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/43639170
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/43639170
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/43639170

Branch: refs/heads/master
Commit: 436391705a82cfd1621a43483ba11217097a12fe
Parents: 05ecf68 c0cc2d1
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Mon Nov 21 11:26:38 2016 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Mon Nov 21 11:26:38 2016 +0000

----------------------------------------------------------------------
 .../troubleshooting/increase-system-resource-limits.md  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------