diff options
author | Rickard Green <[email protected]> | 2014-01-16 23:41:47 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-01-23 14:55:52 +0100 |
commit | e7ea832a4a3a8ba2f94ce02a47ca34b60277cb0a (patch) | |
tree | 9f73f4b211ba4a86fcc11e17acd52c8aa7e3c931 /erts/etc/common/erlexec.c | |
parent | fc8cc0057b1f492f359d4f644fe93fdbc75074e8 (diff) | |
download | otp-e7ea832a4a3a8ba2f94ce02a47ca34b60277cb0a.tar.gz otp-e7ea832a4a3a8ba2f94ce02a47ca34b60277cb0a.tar.bz2 otp-e7ea832a4a3a8ba2f94ce02a47ca34b60277cb0a.zip |
Add support for scheduler utilization balancing
For more information see documentation of the new command line argument +sub
Diffstat (limited to 'erts/etc/common/erlexec.c')
-rw-r--r-- | erts/etc/common/erlexec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index c30203c632..78a50744ef 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -135,6 +135,7 @@ static char *pluss_val_switches[] = { "ws", "ss", "pp", + "ub", NULL }; /* +h arguments with values */ |