Difference between revisions of "Manage Tenant Capabilities"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 51: Line 51:


==Java Code Governors==
==Java Code Governors==
:;Apply governors in Java code?: Turns tenant-level Governance ON or OFF. The default is '''ON'''. If unchecked, tenant has effectively unlimited use of Java resources. (Protections against runaway code are still in place, but the ceiling is very high.)
:;Use custom values for this tenant: Used to set individual limits for the tenant. The default is '''OFF'''. When off, global settings are used. When on, values can be specified for:
::* '''Tenant level String Size''' -
::* '''Tenant level Statement Count''' -
::* '''Tenant level CPU Time''' -
''Learn more:'' [[tbd]]


==Setting up a Development Environment==
==Setting up a Development Environment==

Revision as of 00:09, 10 June 2011

Tenant Management System > Tenants > {Tenant} > Quick Links > Manage Tenant Capabilities

Available to Service Providers, this option provides the ability to configure platform options for service subscribers.

Lock-tiny.gif

Considerations
  • Due to the specialized nature of these features and the associated resource commitments, consider deploying only the options that are necessary to each tenant.
To enable/change Tenant Configuration Options
  1. Open the Tenant object
  2. Navigate to the tenant (customer) of interest
  3. In the Quick Links section, click the Manage Tenant Capabilities link
  4. Click the [Edit] button to change the elements available to this customer
  5. Click [Save]

Configuration Options

Use the checkboxes to enable tenant configuration options:

  • If checked, the option is enabled
  • If unchecked, the option is disabled

See the pages below for more information on the available options:

Execution Limits

Java Code Governors

Apply governors in Java code?
Turns tenant-level Governance ON or OFF. The default is ON. If unchecked, tenant has effectively unlimited use of Java resources. (Protections against runaway code are still in place, but the ceiling is very high.)
Use custom values for this tenant
Used to set individual limits for the tenant. The default is OFF. When off, global settings are used. When on, values can be specified for:
  • Tenant level String Size -
  • Tenant level Statement Count -
  • Tenant level CPU Time -

Learn more: tbd

Setting up a Development Environment

These options are typically enabled together to set up a development environment: