You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To increase the memory available to SQL Elements, you can use the following options:

Approach 1

1. Access the server.conf file, the file is located in: \Elements\WebApplication\idera-main\conf\server.conf


2. Edit server.conf as follows:
    Change compute.maxmemory:
    compute.maxmemory=false
    changet maxmemory and set to new value in MB. For example:
    maxmemory=1024 to 1536 or 2048 (its for example)

Approach 2

Follow these steps:

  1. Go to your Windows Services
  2. Right click the Idera web application service and select Properties
  3. On the General tab, click Stop to stop the service
  4. Add -Xms256m -Xmx1536m in Start parameters
  5. Restart the services by clicking Start
  6. Click OK



  • No labels